From f29d98333f625a9ef226d542c38255360c0743e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kl=C3=A4hn?= Date: Tue, 12 Nov 2024 10:36:49 +0100 Subject: [PATCH] undo test fixes --- src/contact.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/contact.rs b/src/contact.rs index ed8dde353..1fa2bea6b 100644 --- a/src/contact.rs +++ b/src/contact.rs @@ -3239,13 +3239,7 @@ Until the false-positive is fixed: "bob@example.net sent a message from another device." ); - let msg = tcm - .send_recv( - alice, - bob, - "[This message is not encrypted. See 'Info' for more details]", - ) - .await; + let msg = tcm.send_recv(alice, bob, "Unencrypted").await; assert_eq!(msg.get_showpadlock(), false); Ok(())