chore: fix typo ("Bot" instead of "Bob")

This commit is contained in:
link2xt
2023-12-11 04:08:45 +00:00
parent f279b0d1e5
commit 57ecf49eb1

View File

@@ -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!")