From e94accdc17ddf6fd41b8bd18db1a9de84b6a29fa Mon Sep 17 00:00:00 2001 From: tuddman Date: Tue, 30 Jul 2024 16:01:47 +0200 Subject: [PATCH] fix: formatting --- xmtp_mls/src/groups/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmtp_mls/src/groups/mod.rs b/xmtp_mls/src/groups/mod.rs index a12586965..99bacd88a 100644 --- a/xmtp_mls/src/groups/mod.rs +++ b/xmtp_mls/src/groups/mod.rs @@ -1774,7 +1774,7 @@ mod tests { .any(|m| m.inbox_id == charlie.inbox_id())); group.sync(&amal).await.expect("sync failed"); - + group .send_message(b"hello", &bola) .await @@ -1788,7 +1788,7 @@ mod tests { .unwrap() .into_iter() .collect::>(); - + // FIXME:st this is passing ONLY because the message IS being sent to the group assert_eq!(amal_messages.len(), 1); }