We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a5c8f commit 5238ef4Copy full SHA for 5238ef4
stream_chat/tests/async_chat/test_query_threads.py
@@ -49,7 +49,7 @@ async def test_query_threads_with_options(
49
{"text": f"Parent message {i}"}, random_user["id"]
50
)
51
52
- thread_msg = await channel.send_message(
+ await channel.send_message(
53
{
54
"text": f"Thread message {i}",
55
"parent_id": parent_msg["message"]["id"],
stream_chat/tests/test_query_threads.py
@@ -41,7 +41,7 @@ def test_query_threads_with_options(
41
42
43
44
- thread_msg = channel.send_message(
+ channel.send_message(
45
46
47
0 commit comments