Skip to content

Commit 2fdcf18

Browse files
author
Rafael Marinho
committed
clean up
1 parent dd76f81 commit 2fdcf18

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
@@ -1017,7 +1017,7 @@ def test_query_message_history(
10171017
assert len(response_next["message_history"]) == 1
10181018
assert response_next["message_history"][0]["text"] == "helloworld-2"
10191019

1020-
def test_mark_delivered(self, client: StreamChat, channel: Channel, random_user: Dict):
1020+
def test_mark_delivered(self, client: StreamChat, channel: Channel, random_user: Dict):
10211021
delivery_data = {
10221022
"latest_delivered_messages": [
10231023
{

0 commit comments

Comments
 (0)