Create bob with new_bob(), not new_alice()

This commit is contained in:
link2xt
2022-10-09 18:18:41 +00:00
parent 683fc1f081
commit 8b6290120e

View File

@@ -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?;