Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Jan 9, 2024
1 parent eae5b14 commit 41041af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mls-rs/src/group/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2404,7 +2404,7 @@ mod tests {
)
.await;

let commit_output = group.group.commit(vec![]).unwrap();
let commit_output = group.group.commit(vec![]).await.unwrap();

let (test_client, _) =
test_client_with_key_pkg(TEST_PROTOCOL_VERSION, TEST_CIPHER_SUITE, "bob").await;
Expand Down

0 comments on commit 41041af

Please sign in to comment.