diff --git a/gin_test.go b/gin_test.go index c69ab0b0..f2417689 100644 --- a/gin_test.go +++ b/gin_test.go @@ -1099,7 +1099,6 @@ func TestConcurrentAddRouteAndRoutes(t *testing.T) { assert.Len(t, routes, 20) } - // Test that updateRouteTrees is called only once func TestUpdateRouteTreesCalledOnce(t *testing.T) { SetMode(TestMode)