Skip to content

Commit

Permalink
remove use of deprecated state_update flag
Browse files Browse the repository at this point in the history
  • Loading branch information
germ-mark committed Dec 11, 2024
1 parent 8df6791 commit b015846
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mls-rs/src/group/proposal_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2646,7 +2646,6 @@ mod tests {

assert_eq!(processed_proposals.0, Vec::new());

#[cfg(feature = "state_update")]
assert_eq!(processed_proposals.1.unused_proposals, vec![proposal_info]);
}

Expand Down Expand Up @@ -2741,7 +2740,6 @@ mod tests {

assert_eq!(processed_proposals.0, vec![update_ref.into()]);

#[cfg(feature = "state_update")]
assert_eq!(processed_proposals.1.unused_proposals, vec![replace_info]);
}

Expand Down Expand Up @@ -2953,7 +2951,6 @@ mod tests {

assert_eq!(processed_proposals.0, vec![remove_ref.into()]);

#[cfg(feature = "state_update")]
assert_eq!(processed_proposals.1.unused_proposals, vec![replace_info]);
}

Expand Down Expand Up @@ -3112,7 +3109,6 @@ mod tests {

assert_eq!(processed_proposals.0, Vec::new());

#[cfg(feature = "state_update")]
assert_eq!(processed_proposals.1.unused_proposals, vec![replace_info]);
}

Expand Down Expand Up @@ -3166,7 +3162,6 @@ mod tests {

assert_eq!(processed_proposals.0, Vec::new());

#[cfg(feature = "state_update")]
assert_eq!(processed_proposals.1.unused_proposals, vec![replace_info]);
}

Expand Down

0 comments on commit b015846

Please sign in to comment.