mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-22 17:42:14 +08:00
rename test function name
This commit is contained in:
parent
b1d09359f0
commit
152fd8ca1a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user