Skip to content

Commit 57ecf49

Browse files
committed
chore: fix typo ("Bot" instead of "Bob")
1 parent f279b0d commit 57ecf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deltachat-rpc-client/tests/test_something.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ def test_wait_next_messages(acfactory) -> None:
331331
next_messages_task = executor.submit(bot.wait_next_messages)
332332

333333
bot_addr = bot.get_config("addr")
334-
alice_contact_bot = alice.create_contact(bot_addr, "Bob")
334+
alice_contact_bot = alice.create_contact(bot_addr, "Bot")
335335
alice_chat_bot = alice_contact_bot.create_chat()
336336
alice_chat_bot.send_text("Hello!")
337337

0 commit comments

Comments
 (0)