Skip to content

Commit

Permalink
Upadate memory holes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Oct 3, 2023
1 parent 684ccf7 commit ec18b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ fn unsafe_keccak() {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
fn blake2s_felts() {
let program_data = include_bytes!("../../../cairo_programs/blake2s_felts.json");
run_program_simple_with_memory_holes(program_data.as_slice(), 139);
run_program_simple_with_memory_holes(program_data.as_slice(), 278);
}

#[test]
Expand Down

0 comments on commit ec18b29

Please sign in to comment.