Skip to content

Commit f21a770

Browse files
committed
fix: renamed test TestAutoHeadCancel in group_test to avoid duplicated functions
1 parent c461cd2 commit f21a770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

group_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func TestGroupRouteMiddlewareWithMatchAny(t *testing.T) {
162162

163163
}
164164

165-
func TestAutoHeadCancel(t *testing.T) {
165+
func TestAutoHeadCancelInGroup(t *testing.T) {
166166
e := New()
167167
g := e.Group("/group")
168168

0 commit comments

Comments
 (0)