Skip to content

Commit

Permalink
chore: fix typo ("Bot" instead of "Bob")
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Dec 11, 2023
1 parent f279b0d commit 57ecf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-rpc-client/tests/test_something.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!")

Expand Down

0 comments on commit 57ecf49

Please sign in to comment.