Skip to content

Commit 9d1904b

Browse files
fix: test
1 parent 8978ee2 commit 9d1904b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stream_chat/tests/test_channel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@ def test_pin_channel(
382382
self, client: StreamChat, channel: Channel, random_users: List[Dict]
383383
):
384384
user_id = random_users[0]["id"]
385+
channel.add_members([random_user["id"]])
386+
385387
# Pin the channel
386388
response = channel.pin(user_id)
387389
assert response is not None

0 commit comments

Comments
 (0)