Skip to content

Commit

Permalink
Make the test case even harder
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Jul 24, 2024
1 parent fffe60b commit dd98d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2112,12 +2112,12 @@ mod tests {
bo_group.send("bo4".as_bytes().to_vec()).await.unwrap();
bo_group.send("bo5".as_bytes().to_vec()).await.unwrap();

bo_group.sync().await.unwrap();
alix_group.sync().await.unwrap();

let alix_messages = alix_group
.find_messages(FfiListMessagesOptions::default())
.unwrap();

bo_group.sync().await.unwrap();
let bo_messages = bo_group
.find_messages(FfiListMessagesOptions::default())
.unwrap();
Expand Down

0 comments on commit dd98d77

Please sign in to comment.