Skip to content

Commit

Permalink
fix test p256 verify staticcall
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Sep 5, 2024
1 parent c169087 commit 8f3580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/precompiles/p256verify.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ mod tests {
let mut result = Default::default();
vm.memory.load_n(0x1, ref result, 0xa0);

assert_eq!(result, array![0x01]);
assert_eq!(result.span(), super::ONE_32_BYTES.span());
}

#[test]
Expand Down

0 comments on commit 8f3580e

Please sign in to comment.