From 8b6290120ec575e36ec36f8f8a1d4ab4fa4c780f Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 9 Oct 2022 18:18:41 +0000 Subject: [PATCH] Create bob with new_bob(), not new_alice() --- src/receive_imf.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/receive_imf.rs b/src/receive_imf.rs index 1486ab54c..3880452ec 100644 --- a/src/receive_imf.rs +++ b/src/receive_imf.rs @@ -4626,7 +4626,7 @@ Reply to all"#, #[tokio::test(flavor = "multi_thread", worker_threads = 2)] async fn test_chat_assignment_adhoc() -> Result<()> { let alice = TestContext::new_alice().await; - let bob = TestContext::new_alice().await; + let bob = TestContext::new_bob().await; alice.set_config(Config::ShowEmails, Some("2")).await?; bob.set_config(Config::ShowEmails, Some("2")).await?;