fix currency spec

This commit is contained in:
Andy Brett
2020-11-16 14:58:22 -08:00
parent a3a6205343
commit c4cd574242

View File

@@ -26,7 +26,7 @@ describe 'convert number to localised currency ', ->
it "can place symbols after the amount", ->
currencyconfig.symbol_position = "after"
expect(filter(333.3)).toEqual "333.30 $"
expect(filter(333.3)).toEqual "333.30$"
it "can add a currency string", ->
currencyconfig.display_currency = "true"