Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tuddman committed Jul 30, 2024
1 parent cf674e2 commit e94accd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmtp_mls/src/groups/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -1788,7 +1788,7 @@ mod tests {
.unwrap()
.into_iter()
.collect::<Vec<StoredGroupMessage>>();

// FIXME:st this is passing ONLY because the message IS being sent to the group
assert_eq!(amal_messages.len(), 1);
}
Expand Down

0 comments on commit e94accd

Please sign in to comment.