Skip to content

Commit f777b95

Browse files
grandizzyDaniPopes
andauthored
Update crates/evm/fuzz/src/strategies/param.rs
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
1 parent 179dd37 commit f777b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evm/fuzz/src/strategies/param.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ fn mutate_array(
365365
) {
366366
let elem = array_values.choose_mut(&mut test_runner.rng()).unwrap();
367367
let old_val = replace(elem, DynSolValue::Bool(false));
368-
let new_val = mutate_param_value(array_type, old_val, test_runner, state);
368+
let new_val = mutate_param_value(element_type, old_val, test_runner, state);
369369
*elem = new_val;
370370
}
371371

0 commit comments

Comments
 (0)