aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-17 20:50:23 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-17 20:50:23 +0200
commitec0194c643d1a59cae8a6c8137f382db8fb4e0aa (patch)
tree166f8191c1746d74c10209d4cf3065da7e9992b7 /tests/test_status.py
parent3ed1cf73999ceef24ea3bf8395855bdde3876573 (diff)
downloadmastodon.py-ec0194c643d1a59cae8a6c8137f382db8fb4e0aa.tar.gz
Add additional date based tests
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)