Skip to content

Commit

Permalink
fix test_threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Nov 22, 2023
1 parent 190e231 commit e3e3577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/catalyst-toolbox/catalyst-toolbox/src/rewards/dreps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ mod tests {
Rewards::ONE,
)
.unwrap();
prop_assert_eq!(rewards.len(), std::cmp::min(1, voters.len()))
prop_assert_eq!(rewards.len(), 0)
}

#[proptest]
Expand Down

0 comments on commit e3e3577

Please sign in to comment.