Skip to content

Commit

Permalink
compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Dec 7, 2023
1 parent 996766e commit 08b3e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract-tests/tests/rotation_input_encoding.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ async fn test_rotate_public_input_evm_equivalence(
.call()
.await?;

let result_decoded: decode_solidity_u256_array(&result);
let result_decoded = decode_solidity_u256_array(&result);
// The expected result is the concatenation of the accumulator and the instance
let expected: Vec<_> = accumulator.iter().chain(instance[0].iter()).collect();
assert_eq!(result_decoded.iter().collect::<Vec<_>>(), expected);
Expand Down

0 comments on commit 08b3e6e

Please sign in to comment.