We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc4cdd commit 1434f80Copy full SHA for 1434f80
2 files changed
emoji_data_python/data/emoji.json
tests/test_search.py
@@ -12,7 +12,7 @@ def test_find_by_shortname(self):
12
self.assertEqual('WAVING HAND SIGN', find_by_shortname('wave')[0].name)
13
14
def test_find_by_shortname_unique(self):
15
- self.assertEqual(25, len(find_by_shortname('heart')))
+ self.assertEqual(27, len(find_by_shortname('heart')))
16
self.assertEqual(14, len(find_by_shortname('moon')))
17
18
def test_find_by_name(self):
0 commit comments