From b8f013fa177a5e54d667cc40d09f2566b5114e89 Mon Sep 17 00:00:00 2001 From: Ivan Sanchez Date: Mon, 7 Nov 2022 10:13:20 +0000 Subject: [PATCH] Double checking ghe test fails --- tests/test_price_parsing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_price_parsing.py b/tests/test_price_parsing.py index 42829f7..81528ae 100644 --- a/tests/test_price_parsing.py +++ b/tests/test_price_parsing.py @@ -2159,7 +2159,7 @@ def idfn(val): Example(None, '1 FG', # Guinean franc 'FG', '1', 1.0), Example(None, '14.00 SGD / Each', # Singapore Dollar - 'SGD', '14.00', 14.0), + 'SGDe', '14.00', 14.0), ]