Skip to content

Commit 72cd499

Browse files
author
Daksh
committed
tests
1 parent 6c59b75 commit 72cd499

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

stream_chat/tests/test_client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -703,8 +703,7 @@ def test_create_blocklist(self, client: StreamChat):
703703

704704
def test_list_blocklists(self, client: StreamChat):
705705
response = client.list_blocklists()
706-
# There are now 2 default blocklists + the "Foo" blocklist created by test_create_blocklist
707-
assert len(response["blocklists"]) >= 3
706+
assert len(response["blocklists"]) == 2
708707
blocklist_names = {blocklist["name"] for blocklist in response["blocklists"]}
709708
assert "Foo" in blocklist_names
710709

test_delete_for_me_curl.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)