From 57ecf49eb162f6921f97b30f94acec67d229513c Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 11 Dec 2023 04:08:45 +0000 Subject: [PATCH] chore: fix typo ("Bot" instead of "Bob") --- deltachat-rpc-client/tests/test_something.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-client/tests/test_something.py b/deltachat-rpc-client/tests/test_something.py index 548b7777c9..15df2ccb4c 100644 --- a/deltachat-rpc-client/tests/test_something.py +++ b/deltachat-rpc-client/tests/test_something.py @@ -331,7 +331,7 @@ def test_wait_next_messages(acfactory) -> None: next_messages_task = executor.submit(bot.wait_next_messages) bot_addr = bot.get_config("addr") - alice_contact_bot = alice.create_contact(bot_addr, "Bob") + alice_contact_bot = alice.create_contact(bot_addr, "Bot") alice_chat_bot = alice_contact_bot.create_chat() alice_chat_bot.send_text("Hello!")