wip: fix tests

This commit is contained in:
Prakhar Gurunani 2024-02-02 12:42:24 +05:30
parent 45d7a3b1ec
commit b71b09aad5

View File

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