Skip to content

Commit 294ab55

Browse files
committed
missed one
1 parent 18bcfb0 commit 294ab55

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
@@ -154,7 +154,7 @@ def test_devices(self, client, random_user):
154154

155155
def test_search(self, client, channel, random_user):
156156
query = "supercalifragilisticexpialidocious"
157-
channel.send_message({"text": f"How many syllables are there in {query}?"}, random_user['id'])
157+
channel.send_message({"text": "How many syllables are there in {}?".format(query)}, random_user['id'])
158158
channel.send_message({"text": "Does 'cious' count as one or two?"}, random_user['id'])
159159
response = client.search(
160160
{"type": "messaging"},

0 commit comments

Comments
 (0)