Skip to content

Commit 6256a0b

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 c893dfe commit 6256a0b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

stream_chat/tests/test_client.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,14 +1030,8 @@ def test_mark_delivered(
10301030
assert response is not None
10311031
delivery_data_multiple = {
10321032
"latest_delivered_messages": [
1033-
{
1034-
"cid": channel.cid,
1035-
"id": "test-message-id-1"
1036-
},
1037-
{
1038-
"cid": channel.cid,
1039-
"id": "test-message-id-2"
1040-
}
1033+
{"cid": channel.cid, "id": "test-message-id-1"},
1034+
{"cid": channel.cid, "id": "test-message-id-2"},
10411035
],
10421036
"user_id": random_user["id"]
10431037
}

0 commit comments

Comments
 (0)