Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpapierski committed Dec 13, 2024
1 parent ccf7cf7 commit b6424a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/components/block_validator/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ mod tests {
let transfer_count = fixture.rng.gen_range(0..10);
let auction_count = fixture.rng.gen_range(0..20);
let install_upgrade_count = fixture.rng.gen_range(0..2);
let standard_count = fixture.rng.gen_range(0..3);
let standard_count = fixture.rng.gen_range(0..2);
// Ensure at least one transaction is generated. Otherwise the state will be Valid.
if transfer_count + auction_count + install_upgrade_count + standard_count > 0 {
break (
Expand Down

0 comments on commit b6424a7

Please sign in to comment.