Skip to content

Commit 4cb92c2

Browse files
Update stream_chat/tests/test_client.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8ef8320 commit 4cb92c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ def test_mark_delivered_simple(self, client: StreamChat, channel: Channel, rando
10471047
response = client.mark_delivered_simple(
10481048
user_id=random_user["id"],
10491049
message_id="test-message-id",
1050-
channel_cid=channel.cid
1050+
channel_cid=channel.cid,
10511051
)
10521052
assert response is not None
10531053

0 commit comments

Comments
 (0)