mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
Fix Rust 1.64 clippy warnings and tests
This commit is contained in:
@@ -2278,7 +2278,7 @@ Hi."#;
|
||||
|
||||
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
|
||||
async fn test_was_seen_recently() -> Result<()> {
|
||||
let mut tcm = TestContextManager::new().await;
|
||||
let mut tcm = TestContextManager::new();
|
||||
let alice = tcm.alice().await;
|
||||
let bob = tcm.bob().await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user