rename test function name

This commit is contained in:
lpxxn 2018-11-26 11:29:36 +08:00
parent b1d09359f0
commit 152fd8ca1a

View File

@ -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)