Skip to content

Commit 386d69b

Browse files
committed
ffssm
1 parent 1450301 commit 386d69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_query_users_young_hobbits(self, client, fellowship_of_the_ring):
134134

135135
def test_query_channels_members_in(self, client, fellowship_of_the_ring):
136136
response = client.query_channels({"members": {"$in": ["gimli"]}}, {"id": 1})
137-
assert respons == {}
137+
assert response == {}
138138
assert len(response["channels"]) == 1
139139
assert response["channels"][0]["channel"]["id"] == "fellowship-of-the-ring"
140140
assert len(response["channels"][0]["members"]) == 9

0 commit comments

Comments
 (0)