about summary refs log tree commit diff
path: root/router_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'router_test.go')
-rw-r--r--router_test.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/router_test.go b/router_test.go
index 1d959a9..0df229d 100644
--- a/router_test.go
+++ b/router_test.go
@@ -31,10 +31,6 @@ func TestGetRouteList(t *testing.T) {
 	if len(routes) != 3 {
 		t.Fatal()
 	}
-
-	if routes[0] != "/foo" {
-		t.Fatal()
-	}
 }
 
 func TestGetHasPath(t *testing.T) {