From d32a15a063d64fd4147a6acca16bbde112ce9760 Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Fri, 1 Dec 2023 11:04:54 +0100 Subject: [PATCH] fixup test expectation Signed-off-by: Frederic BIDON --- normalizer_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/normalizer_test.go b/normalizer_test.go index b10942d..8d72c28 100644 --- a/normalizer_test.go +++ b/normalizer_test.go @@ -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