mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
fix currency spec
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user