Skip to content

Commit d4dfdc1

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 d2591b2 commit d4dfdc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stream_chat/tests/test_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,9 @@ def test_mark_delivered(
10381038
response = client.mark_delivered(delivery_data_multiple)
10391039
assert response is not None
10401040

1041-
def test_mark_delivered_simple(self, client: StreamChat, channel: Channel, random_user: Dict):
1041+
def test_mark_delivered_simple(
1042+
self, client: StreamChat, channel: Channel, random_user: Dict
1043+
):
10421044
response = client.mark_delivered_simple(
10431045
user_id=random_user["id"],
10441046
message_id="test-message-id",

0 commit comments

Comments
 (0)