Skip to content

Commit 359dd7a

Browse files
committed
clean unused test
1 parent 0dab81c commit 359dd7a

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

context_test.go

-15
Original file line numberDiff line numberDiff line change
@@ -653,21 +653,6 @@ func TestContextGetAndSetParam(t *testing.T) {
653653
})
654654
}
655655

656-
func TestName(t *testing.T) {
657-
var testCases = []struct {
658-
name string
659-
}{
660-
{
661-
name: "ok",
662-
},
663-
}
664-
for _, tc := range testCases {
665-
t.Run(tc.name, func(t *testing.T) {
666-
667-
})
668-
}
669-
}
670-
671656
func TestContextSetParamNamesEchoMaxParam(t *testing.T) {
672657
e := New()
673658
assert.Equal(t, 0, *e.maxParam)

0 commit comments

Comments
 (0)