mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 09:56:35 +03:00
fix typo that results in a not-working test
This commit is contained in:
@@ -2227,7 +2227,7 @@ mod tests {
|
||||
let t = TestContext::new_alice().await;
|
||||
|
||||
// create one-to-one with bob, archive one-to-one
|
||||
let bob_id = Contact::create(&t.ctx, "bob", "bob@exampel.org")
|
||||
let bob_id = Contact::create(&t.ctx, "bob", "bob@example.com")
|
||||
.await
|
||||
.unwrap();
|
||||
let one2one_id = chat::create_by_contact_id(&t.ctx, bob_id).await.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user