mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-23 01:57:55 +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 handlerTest1(c *Context) {}
|
||||||
func handlerTest2(c *Context) {}
|
func handlerTest2(c *Context) {}
|
||||||
|
|
||||||
func TestContext_JSONErrorContentLength(t *testing.T) {
|
func TestJSONErrorWrongContentLength(t *testing.T) {
|
||||||
router := New()
|
router := New()
|
||||||
wg := sync.WaitGroup{}
|
wg := sync.WaitGroup{}
|
||||||
wg.Add(1)
|
wg.Add(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user