Skip to content

Commit 328dcfc

Browse files
fix: update stream_chat/tests/test_channel.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1a49f8 commit 328dcfc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stream_chat/tests/test_channel.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ def test_pin_channel(
389389

390390
# Query for pinned channels
391391
response = client.query_channels(
392-
{"pinned": True, "cid": channel.cid},
393-
user_id=user_id
392+
{"pinned": True, "cid": channel.cid}, user_id=user_id
394393
)
395394
assert len(response["channels"]) == 1
396395
assert response["channels"][0]["cid"] == channel.cid

0 commit comments

Comments
 (0)