From 2ba721eb9d593970815d0179e9f2b2a01602aeeb Mon Sep 17 00:00:00 2001 From: Alexander Piskun Date: Tue, 22 Aug 2023 18:32:50 +0300 Subject: [PATCH] fixed `get_user_conversations`(2) Signed-off-by: Alexander Piskun --- tests/talk_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/talk_test.py b/tests/talk_test.py index fd6eb9bb..80cb8499 100644 --- a/tests/talk_test.py +++ b/tests/talk_test.py @@ -72,8 +72,6 @@ def test_get_conversations_modified_since(nc): nc.talk.modified_since += 1 # read notes for ``modified_since`` param in docs. conversations = nc.talk.get_user_conversations(modified_since=True) assert not conversations - conversations = nc.talk.get_user_conversations(modified_since=True) - assert not conversations conversations = nc.talk.get_user_conversations(modified_since=9992708529, no_status_update=False) assert not conversations finally: