aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_instance.py')
-rw-r--r--tests/test_instance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_instance.py b/tests/test_instance.py
index 199e654..0eebc57 100644
--- a/tests/test_instance.py
+++ b/tests/test_instance.py
@@ -31,4 +31,4 @@ def test_low_version(api_low_version):
31 31
32@pytest.mark.vcr() 32@pytest.mark.vcr()
33def test_emoji(api): 33def test_emoji(api):
34 assert len(api.custom_emojis()) == 0 \ No newline at end of file 34 assert len(api.custom_emojis()) == 0
Powered by cgit v1.2.3 (git 2.41.0)