diff --git a/route_test.go b/route_test.go index e2403ee..54fbc3a 100644 --- a/route_test.go +++ b/route_test.go @@ -73,7 +73,7 @@ func TestRoutePlaceholder(t *testing.T) { t.Error("error during placeholder name validation;", placeholderElement.placeholderName) } - // check path finder + // check pathfinder foundRoute, _, foundParameters := route.parsePath("/user/123/home/martin", false) if foundRoute != homePathElement.routes[":"] { t.Error("wrong path element returned form path finding")