We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b53100 commit f161569Copy full SHA for f161569
stream_chat/tests/test_channel.py
@@ -403,4 +403,4 @@ def test_pin_channel(self, client: StreamChat, channel: Channel, random_users: L
403
user_id=user_id
404
)
405
assert len(response["channels"]) == 1
406
- assert response["channels"][0]["cid"] == channel.cid
+ assert response["channels"][0]["cid"] == channel.cid
0 commit comments