Skip to content

Commit

Permalink
Merge ec1bce4 into ec442d4
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm authored Sep 9, 2024
2 parents ec442d4 + ec1bce4 commit 1371d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acvm-repo/acvm/tests/solver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1584,7 +1584,7 @@ proptest! {
#[test]
fn keccak256_injective(inputs_distinct_inputs in any_distinct_inputs(Some(8), 0, 32)) {
let (inputs, distinct_inputs) = inputs_distinct_inputs;
let (result, message) = prop_assert_injective(inputs, distinct_inputs, 32, Some(32), keccak256_op);
let (result, message) = prop_assert_injective(inputs, distinct_inputs, 32, Some(8), keccak256_op);
prop_assert!(result, "{}", message);
}

Expand Down

0 comments on commit 1371d3c

Please sign in to comment.