Skip to content

Commit

Permalink
Add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
mulmarta committed Apr 23, 2024
1 parent 82767c9 commit a12aebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mls-rs/src/group/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4251,5 +4251,8 @@ mod tests {
.process_incoming_message(commit)
.await
.unwrap();

let res = groups[1].group.apply_pending_commit().await;
assert_matches!(res, Err(MlsError::PendingCommitNotFound));
}
}

0 comments on commit a12aebf

Please sign in to comment.