Skip to content

Commit

Permalink
Revert "Update Mercantile and Discount currencies"
Browse files Browse the repository at this point in the history
This reverts commit f1c7b34.
  • Loading branch information
jond01 committed Jul 11, 2024
1 parent 6396ed1 commit 1df8987
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_discount.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def currencies_fixture() -> set[CurrencyCode]:
CurrencyCode.PHP,
CurrencyCode.NZD,
CurrencyCode.XAU,
CurrencyCode.LBP,
CurrencyCode.PLN,
CurrencyCode.XAG,
CurrencyCode.BRL,
Expand Down
2 changes: 2 additions & 0 deletions tests/test_mercantile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ def currencies_fixture() -> set[CurrencyCode]:
return {
CurrencyCode.CAD,
CurrencyCode.MXN,
CurrencyCode.EGP,
CurrencyCode.RUB,
CurrencyCode.JPY,
CurrencyCode.LBP,
CurrencyCode.XAG,
CurrencyCode.XAU,
CurrencyCode.CNY,
Expand Down
1 change: 1 addition & 0 deletions xil/_currencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class CurrencyCode(StrEnum):
THB = "THB" # Thai Baht
CZK = "CZK" # Czech Koruna
PHP = "PHP" # Philippine Peso
LBP = "LBP" # Lebanese Pound
PLN = "PLN" # Polish Zloty
BRL = "BRL" # Brazilian Real
CLP = "CLP" # Chilean Peso
Expand Down

0 comments on commit 1df8987

Please sign in to comment.