minor: Fix for failing tests.

This commit is contained in:
Harshit Bansal 2018-08-27 05:46:15 +00:00
parent 54464feda7
commit e204fe3948
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ def setup_emoji_farms(cache_path: str, emoji_data: List[Dict[str, Any]]) -> None
generate_sprite_css_files(cache_path, emoji_data, emojiset)
for emojiset in ['google', 'twitter']:
for emojiset in ['google']:
setup_emoji_farm(emojiset, emoji_data)
def setup_old_emoji_farm(cache_path: str,