Skip to content

Commit

Permalink
fixed get_user_conversations(2)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Aug 22, 2023
1 parent 9bc6c59 commit 2ba721e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/talk_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2ba721e

Please sign in to comment.