Skip to content

Commit

Permalink
Pending commit is now merged. Test should reflect that
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Nov 14, 2023
1 parent e215701 commit 3a47451
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 @@ -870,7 +870,7 @@ mod tests {

let mls_group = group.load_mls_group(&client.mls_provider()).unwrap();
let pending_commit = mls_group.pending_commit();
assert!(pending_commit.is_some());
assert!(pending_commit.is_none());
}

#[tokio::test]
Expand Down

0 comments on commit 3a47451

Please sign in to comment.