mirror of
https://github.com/gin-gonic/gin.git
synced 2025-05-17 23:46:57 +08:00
Fixes tree_test.go
This commit is contained in:
@ -466,7 +466,7 @@ func TestTreeRootTrailingSlashRedirect(t *testing.T) {
|
||||
t.Fatalf("panic inserting test route: %v", recv)
|
||||
}
|
||||
|
||||
handler, _, tsr := tree.getValue("/")
|
||||
handler, _, tsr := tree.getValue("/", nil)
|
||||
if handler != nil {
|
||||
t.Fatalf("non-nil handler")
|
||||
} else if tsr {
|
||||
|
Reference in New Issue
Block a user