From 6c5fb007bfa073a181802240369772dcc8c2760b Mon Sep 17 00:00:00 2001 From: Frederic BIDON Date: Fri, 1 Dec 2023 10:57:55 +0100 Subject: [PATCH] fixup test expectation Signed-off-by: Frederic BIDON --- normalizer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalizer_test.go b/normalizer_test.go index 686b526..b10942d 100644 --- a/normalizer_test.go +++ b/normalizer_test.go @@ -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`, }, } {