From ec0194c643d1a59cae8a6c8137f382db8fb4e0aa Mon Sep 17 00:00:00 2001 From: halcy Date: Thu, 17 Nov 2022 20:50:23 +0200 Subject: Add additional date based tests --- tests/test_status.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_status.py') 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): scheduled_toot_list_3 = api.scheduled_statuses() assert scheduled_toot_4.id in map(lambda x: x.id, statuses) assert not scheduled_toot_4.id in map(lambda x: x.id, scheduled_toot_list_3) + \ No newline at end of file -- cgit v1.2.3