mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
remove println
This commit is contained in:
@@ -2459,7 +2459,6 @@ mod tests {
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
println!("Loading msg {}…", msg_id);
|
||||
let msg = Message::load_from_db(&t.ctx, msg_id).await.unwrap();
|
||||
|
||||
assert_eq!(msg.state, MessageState::OutFailed);
|
||||
|
||||
Reference in New Issue
Block a user