Skip to content

Commit

Permalink
fix for issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerr committed May 11, 2020
1 parent 4e3701e commit 48dd2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastpath_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func Test_With_With_A_Param_And_Wildcard_Differents_Positions(t *testing.T) {
t,
New("/api/v1/:param/abc/*"),
[]testcase{
{uri: "/api/v1/well/abc/wildcardParam", params: []string{"well", "wildcardParam"}, ok: true},
{uri: "/api/v1/well/abc/wildcard", params: []string{"well", "wildcard"}, ok: true},
{uri: "/api/v1/well/abc/", params: []string{"well", ""}, ok: true},
{uri: "/api/v1/well/abc", params: []string{"well", ""}, ok: true},
{uri: "/api/v1/well/ttt", params: nil, ok: false},
Expand Down

0 comments on commit 48dd2db

Please sign in to comment.