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 f279b0d commit 57ecf49Copy full SHA for 57ecf49
deltachat-rpc-client/tests/test_something.py
@@ -331,7 +331,7 @@ def test_wait_next_messages(acfactory) -> None:
331
next_messages_task = executor.submit(bot.wait_next_messages)
332
333
bot_addr = bot.get_config("addr")
334
- alice_contact_bot = alice.create_contact(bot_addr, "Bob")
+ alice_contact_bot = alice.create_contact(bot_addr, "Bot")
335
alice_chat_bot = alice_contact_bot.create_chat()
336
alice_chat_bot.send_text("Hello!")
337
0 commit comments