Skip to content

Commit

Permalink
Fix spec syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneLem committed Oct 6, 2017
1 parent 9b6ddf0 commit b0e1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/emoji-indexSpec.js
Expand Up @@ -30,7 +30,7 @@ describe('#emojiIndex', () => {
})

it('can search for woman-facepalming', () => {
expect(emojiIndex.search('woman-facep').map(x => x.id)).toEqual(['woman-facepalming');
expect(emojiIndex.search('woman-facep').map(x => x.id)).toEqual(['woman-facepalming']);
})
});
});

0 comments on commit b0e1d44

Please sign in to comment.