Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion committed Dec 6, 2024
1 parent 8978ee2 commit 72fb8ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stream_chat/tests/test_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,8 @@ def test_pin_channel(
self, client: StreamChat, channel: Channel, random_users: List[Dict]
):
user_id = random_users[0]["id"]
channel.add_members([user_id])

# Pin the channel
response = channel.pin(user_id)
assert response is not None
Expand Down

0 comments on commit 72fb8ba

Please sign in to comment.