Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Nov 27, 2024
1 parent 177acc9 commit 4c8f217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xmtp_mls/src/identity_updates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -638,11 +638,12 @@ pub(crate) mod tests {
.await
.unwrap();

// The installation, wallet1 address, and wallet2 address
// The installation, wallet1 address, and the newly associated wallet2 address
assert_eq!(state.members().len(), 3);

let api_client = &client.api_client;

// Check that the second wallet is associated with our new static helper
let is_member = is_member_of_association_state(
api_client,
client.inbox_id(),
Expand Down

0 comments on commit 4c8f217

Please sign in to comment.