Skip to content

Commit

Permalink
add lithuania test
Browse files Browse the repository at this point in the history
  • Loading branch information
freyfogle committed Aug 15, 2018
1 parent 3c60586 commit e2019f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/get_currencies_for_country.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ binmode Test::More->builder->todo_output, ":encoding(UTF-8)";
is_deeply(get_currencies_for_country('fr'), ['eur'], 'Test France');
is_deeply(get_currencies_for_country('us'), ['usd'], 'Test USA');
is_deeply(get_currencies_for_country('cu'), ['cuc', 'cup'], 'Test Cuba');
is_deeply(get_currencies_for_country('lt'), ['eur'], 'Test Lithuania');

done_testing();

0 comments on commit e2019f3

Please sign in to comment.