mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
Create bob with new_bob(), not new_alice()
This commit is contained in:
@@ -4626,7 +4626,7 @@ Reply to all"#,
|
|||||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||||
async fn test_chat_assignment_adhoc() -> Result<()> {
|
async fn test_chat_assignment_adhoc() -> Result<()> {
|
||||||
let alice = TestContext::new_alice().await;
|
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?;
|
alice.set_config(Config::ShowEmails, Some("2")).await?;
|
||||||
bob.set_config(Config::ShowEmails, Some("2")).await?;
|
bob.set_config(Config::ShowEmails, Some("2")).await?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user