Fixes tree_test.go

This commit is contained in:
Manu Mtz.-Almeida 2016-01-28 00:35:19 +01:00
parent d64a1fb91c
commit 19b5f726f4
1 changed files with 1 additions and 1 deletions

View File

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