We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6f85c commit a331dc6Copy full SHA for a331dc6
routes_test.go
@@ -238,7 +238,6 @@ func TestRouteParamsByName(t *testing.T) {
238
239
assert.True(t, ok)
240
assert.Equal(t, name, c.Param("name"))
241
- assert.Equal(t, name, c.Param("name"))
242
assert.Equal(t, lastName, c.Param("last_name"))
243
244
assert.Empty(t, c.Param("wtf"))
@@ -272,7 +271,6 @@ func TestRouteParamsByNameWithExtraSlash(t *testing.T) {
272
271
273
274
275
276
277
278
0 commit comments