Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kipcole9 committed Jun 17, 2021
1 parent 58f671b commit 8685ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cldr_currencies_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ defmodule Cldr.Currency.Test do
end

test "names with annotations are intact" do
assert Cldr.Currency.strings_for_currency(:USN, "en", MyApp.Cldr) ==
["us dollars (next day)", "us dollar (next day)", "usn"]
assert Cldr.Currency.strings_for_currency(:USN, "en", MyApp.Cldr) |> Enum.sort ==
["us dollar (next day)", "us dollars (next day)", "usn"]
end

test "currency strings is a map" do
Expand Down

0 comments on commit 8685ade

Please sign in to comment.