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), ]