diff --git a/gin_test.go b/gin_test.go index 17dc19dd..c9b7db36 100644 --- a/gin_test.go +++ b/gin_test.go @@ -485,7 +485,7 @@ func assertRoutePresent(t *testing.T, gotRoutes RoutesInfo, wantRoute RouteInfo) func handlerTest1(c *Context) {} func handlerTest2(c *Context) {} -func TestContext_JSONErrorContentLength(t *testing.T) { +func TestJSONErrorWrongContentLength(t *testing.T) { router := New() wg := sync.WaitGroup{} wg.Add(1)