Skip to content

Commit

Permalink
pedantic space is pedantic
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Aug 29, 2024
1 parent cee9bab commit a25a1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/flag.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test('converts when `&` used in place of `and`', t => {

test('converts country name where substring match with other country exists', t => {
const emoji = flag('South Sudan');
t.is(emoji, '🇸🇸', 'Should return 🇸🇸for South Sudan');
t.is(emoji, '🇸🇸', 'Should return 🇸🇸 for South Sudan');
});

test('fails on name conflict', t => {
Expand Down

0 comments on commit a25a1b1

Please sign in to comment.