Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
wasm-forge committed Jan 12, 2025
1 parent 5412639 commit 438c340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ mod tests {
let mut op_count = op_count;
let mut cur_rand = cur_rand;

while op_count > 0 {
while op_count > min_count {
op_count -= 1;

cur_rand = next_rand(cur_rand);
Expand Down

0 comments on commit 438c340

Please sign in to comment.