Skip to content

Commit

Permalink
fixup test expectation
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <[email protected]>
  • Loading branch information
fredbi committed Dec 1, 2023
1 parent ef014de commit 6c5fb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion normalizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ func TestNormalizer_NormalizeBase(t *testing.T) {
},
{
// escaped characters in base (1)
Base: `file:///C:/base (x86)/Spec.json`,
Base: `file:///c:/base (x86)/Spec.json`,
Expected: `file:///c:/base%20%28x86%29/Spec.json`,
},
} {
Expand Down

0 comments on commit 6c5fb00

Please sign in to comment.