Skip to content

Commit c1a49f8

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 2b53100 commit c1a49f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stream_chat/tests/test_channel.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@ def test_export_channel(
378378
break
379379
time.sleep(0.5)
380380

381-
def test_pin_channel(self, client: StreamChat, channel: Channel, random_users: List[Dict]):
381+
def test_pin_channel(
382+
self, client: StreamChat, channel: Channel, random_users: List[Dict]
383+
):
382384
user_id = random_users[0]["id"]
383385

384386
# Pin the channel

0 commit comments

Comments
 (0)