Skip to content

Commit f161569

Browse files
fix: linting
1 parent 2b53100 commit f161569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/tests/test_channel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,4 +403,4 @@ def test_pin_channel(self, client: StreamChat, channel: Channel, random_users: L
403403
user_id=user_id
404404
)
405405
assert len(response["channels"]) == 1
406-
assert response["channels"][0]["cid"] == channel.cid
406+
assert response["channels"][0]["cid"] == channel.cid

0 commit comments

Comments
 (0)