diff --git a/stream_chat/tests/test_channel.py b/stream_chat/tests/test_channel.py index 63f27b0..f31216a 100644 --- a/stream_chat/tests/test_channel.py +++ b/stream_chat/tests/test_channel.py @@ -389,8 +389,7 @@ def test_pin_channel( # Query for pinned channels response = client.query_channels( - {"pinned": True, "cid": channel.cid}, - user_id=user_id + {"pinned": True, "cid": channel.cid}, user_id=user_id ) assert len(response["channels"]) == 1 assert response["channels"][0]["cid"] == channel.cid