Skip to content

Commit 9b5c257

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 328dcfc commit 9b5c257

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stream_chat/tests/test_channel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,6 @@ def test_pin_channel(
382382
self, client: StreamChat, channel: Channel, random_users: List[Dict]
383383
):
384384
user_id = random_users[0]["id"]
385-
386385
# Pin the channel
387386
response = channel.pin(user_id)
388387
assert response is not None

0 commit comments

Comments
 (0)