Skip to content

Commit

Permalink
Double checking ghe test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Sanchez committed Nov 7, 2022
1 parent 26dbca0 commit b8f013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_price_parsing.py
Expand Up @@ -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),
]


Expand Down

0 comments on commit b8f013f

Please sign in to comment.