Skip to content

Commit

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

let computed_ref = test_message.proposal_reference(&cs).unwrap();
let computed_ref = test_message.proposal_reference(&cs).await.unwrap();
assert_eq!(computed_ref, expected_ref.to_vec());
}
}

0 comments on commit 80018dc

Please sign in to comment.