Skip to content

Commit

Permalink
Fix test value
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 21, 2023
1 parent e114745 commit 3ecf882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ fn highest_bitlen() {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
fn uint256_improvements() {
let program_data = include_bytes!("../../cairo_programs/uint256_improvements.json");
run_program_simple_with_memory_holes(program_data.as_slice(), 40);
run_program_simple_with_memory_holes(program_data.as_slice(), 108);
}

#[test]
Expand Down

0 comments on commit 3ecf882

Please sign in to comment.