Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit c251c97

Browse files
committed
fix unused warning
1 parent 657653a commit c251c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/core/approval-voting/src/criteria.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ mod tests {
749749
fn check_rejects_modulo_core_wrong() {
750750
check_mutated_assignments(200, 100, 25, |m| {
751751
match m.cert.kind.clone() {
752-
AssignmentCertKind::RelayVRFModulo { sample } => {
752+
AssignmentCertKind::RelayVRFModulo { .. } => {
753753
m.core = CoreIndex((m.core.0 + 1) % 100);
754754
Some(false)
755755
}

0 commit comments

Comments
 (0)