mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
undo test fixes
This commit is contained in:
@@ -3239,13 +3239,7 @@ Until the false-positive is fixed:
|
|||||||
"bob@example.net sent a message from another device."
|
"bob@example.net sent a message from another device."
|
||||||
);
|
);
|
||||||
|
|
||||||
let msg = tcm
|
let msg = tcm.send_recv(alice, bob, "Unencrypted").await;
|
||||||
.send_recv(
|
|
||||||
alice,
|
|
||||||
bob,
|
|
||||||
"[This message is not encrypted. See 'Info' for more details]",
|
|
||||||
)
|
|
||||||
.await;
|
|
||||||
assert_eq!(msg.get_showpadlock(), false);
|
assert_eq!(msg.get_showpadlock(), false);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|||||||
Reference in New Issue
Block a user