Skip to content

Commit

Permalink
test: try to find the part that fails (1)
Browse files Browse the repository at this point in the history
  • Loading branch information
beltram committed Aug 14, 2023
1 parent 15edddf commit 442e6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/src/mls/conversation/buffer_messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub mod tests {
["alice", "bob", "charlie", "debbie"],
move |[mut alice_central, mut bob_central, mut charlie_central, mut debbie_central]| {
Box::pin(async move {
/*let id = conversation_id();
let id = conversation_id();
alice_central
.new_conversation(id.clone(), case.credential_type, case.cfg.clone())
.await
Expand Down Expand Up @@ -140,7 +140,7 @@ pub mod tests {
.await
.unwrap();

// And now Bob will have to decrypt those messages while he hasn't yet merged its commit
/*// And now Bob will have to decrypt those messages while he hasn't yet merged its commit
// To add more fun, he will buffer the messages in exactly the wrong order (to make
// sure he reapplies them in the right order afterwards)
let messages = [commit.commit, external_proposal, proposal].map(|m| m.to_bytes().unwrap());
Expand Down

0 comments on commit 442e6c0

Please sign in to comment.