style: fixed typo

This commit is contained in:
Martin Riedl 2025-02-27 20:42:57 +01:00
parent 203438dc8c
commit 8d8f8b0c99
Signed by: martinr92
GPG key ID: FB68DA65516A804C

View file

@ -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")