aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_status.py')
-rw-r--r--tests/test_status.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_status.py b/tests/test_status.py
index 91b07fb..dff9812 100644
--- a/tests/test_status.py
+++ b/tests/test_status.py
@@ -179,3 +179,4 @@ def test_scheduled_status(api):
179 scheduled_toot_list_3 = api.scheduled_statuses() 179 scheduled_toot_list_3 = api.scheduled_statuses()
180 assert scheduled_toot_4.id in map(lambda x: x.id, statuses) 180 assert scheduled_toot_4.id in map(lambda x: x.id, statuses)
181 assert not scheduled_toot_4.id in map(lambda x: x.id, scheduled_toot_list_3) 181 assert not scheduled_toot_4.id in map(lambda x: x.id, scheduled_toot_list_3)
182 \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)