Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Jul 31, 2024
1 parent 8d64e65 commit 4f5e810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ mod tests {
.collect::<Vec<StoredGroupMessage>>();

let message = amal_messages.first().unwrap();

// FIXME:st this is passing ONLY because the message IS being sent to the group
assert!(message_text.eq(&message.decrypted_message_bytes[..]));
assert_eq!(amal_messages.len(), 1);
Expand Down

0 comments on commit 4f5e810

Please sign in to comment.