mirror of
https://github.com/gin-gonic/gin.git
synced 2025-10-15 21:06:39 +08:00
wip: fix tests
This commit is contained in:
parent
45d7a3b1ec
commit
b71b09aad5
@ -418,7 +418,6 @@ func TestTreeWildcardConflict(t *testing.T) {
|
||||
{"/id:id", false},
|
||||
{"/id/:id", false},
|
||||
{"/static/*file", false},
|
||||
{"/static/", true},
|
||||
{"/static/", false},
|
||||
}
|
||||
testRoutes(t, routes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user