Skip to content

Commit

Permalink
fix merge bug in test_update_proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
germ-mark committed Dec 11, 2024
1 parent ef941f9 commit 4a7d002
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 @@ -2283,7 +2283,7 @@ mod tests {
assert_eq!(
update.leaf_node.ungreased_capabilities().sorted(),
Capabilities {
extensions: vec![42.into()],
extensions,
..get_test_capabilities()
}
.sorted()
Expand Down

0 comments on commit 4a7d002

Please sign in to comment.