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 6c5fb00 commit d32a15a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions normalizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,8 @@ func TestNormalizer_NormalizeBase(t *testing.T) {
},
{
// escaped characters in base (1)
Base: `file:///c:/base (x86)/Spec.json`,
Expected: `file:///c:/base%20%28x86%29/Spec.json`,
Base: `file:///c:/base (x86)/spec.json`,
Expected: `file:///c:/base%20%28x86%29/spec.json`,
},
} {
testCase := toPin
Expand Down

0 comments on commit d32a15a

Please sign in to comment.