mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
switch to queue based logging
This commit is contained in:
@@ -1269,7 +1269,7 @@ mod tests {
|
||||
|
||||
#[async_std::test]
|
||||
async fn test_is_self_addr() -> Result<()> {
|
||||
let t = test_context(None).await;
|
||||
let t = test_context().await;
|
||||
assert!(t.ctx.is_self_addr("me@me.org").await.is_err());
|
||||
|
||||
let addr = configure_alice_keypair(&t.ctx).await;
|
||||
|
||||
Reference in New Issue
Block a user