Skip to content

Commit 7738dd3

Browse files
committed
Add unrelated route to group test with match any
1 parent 2bc8d10 commit 7738dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

group_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ func TestGroupRouteMiddlewareWithMatchAny(t *testing.T) {
8787
g.GET("/help", h, m2)
8888
g.GET("/*", h, m2)
8989
g.GET("", h, m2)
90+
e.GET("unrelated", h, m2)
9091
e.GET("*", h, m2)
9192

9293
_, m := request(http.MethodGet, "/group/help", e)

0 commit comments

Comments
 (0)