Skip to content

Commit

Permalink
Update crates/evm/src/tests/test_instructions/test_environment_inform…
Browse files Browse the repository at this point in the history
…ation.cairo

Co-authored-by: Mathieu <60658558+enitrat@users.noreply.github.com>
  • Loading branch information
khaeljy and enitrat authored Sep 4, 2023
1 parent 5813fe8 commit b1abae7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ fn test_returndata_copy_with_out_of_bound_bytes() {
test_returndata_copy(32, 0, 8);
}

fn test_returndata_copy(destOffset: u32, offset: u32, mut size: u32) {
fn test_returndata_copy(dest_offset: u32, offset: u32, mut size: u32) {
// Given
let mut ctx = setup_execution_context();
ctx.set_return_data(array![1, 2, 3, 4, 5]);
Expand Down

0 comments on commit b1abae7

Please sign in to comment.