Skip to content

Commit

Permalink
clean unused test
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed Mar 21, 2024
1 parent 0dab81c commit 359dd7a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -653,21 +653,6 @@ func TestContextGetAndSetParam(t *testing.T) {
})
}

func TestName(t *testing.T) {
var testCases = []struct {
name string
}{
{
name: "ok",
},
}
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {

})
}
}

func TestContextSetParamNamesEchoMaxParam(t *testing.T) {
e := New()
assert.Equal(t, 0, *e.maxParam)
Expand Down

0 comments on commit 359dd7a

Please sign in to comment.