Skip to content

Commit a3d4e5d

Browse files
committed
Update route-matching.js
1 parent ca81b9d commit a3d4e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/specs/route-matching.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = {
171171
JSON.stringify(route.params) === JSON.stringify({}) &&
172172
route.matched[0].pathToRegexpOptions.sensitive === false
173173
)
174-
}, null, '/FOOBar')
174+
}, null, '/FOO')
175175
.end()
176176
}
177177
}

0 commit comments

Comments
 (0)