mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 14:35:27 +00:00
minor: Fix for failing tests.
This commit is contained in:
@@ -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)
|
generate_sprite_css_files(cache_path, emoji_data, emojiset)
|
||||||
|
|
||||||
for emojiset in ['google', 'twitter']:
|
for emojiset in ['google']:
|
||||||
setup_emoji_farm(emojiset, emoji_data)
|
setup_emoji_farm(emojiset, emoji_data)
|
||||||
|
|
||||||
def setup_old_emoji_farm(cache_path: str,
|
def setup_old_emoji_farm(cache_path: str,
|
||||||
|
|||||||
Reference in New Issue
Block a user