Skip to content

Commit

Permalink
Revert "Update tests"
Browse files Browse the repository at this point in the history
This reverts commit 0f5e142.
  • Loading branch information
fmoletta committed May 10, 2024
1 parent 0f5e142 commit 69c20e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cairo1-run/src/cairo_run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1337,8 +1337,8 @@ mod tests {
],
..Default::default()
};
let runner_a = cairo_run_program(&sierra_program, config_a).unwrap();
let runner_b = cairo_run_program(&sierra_program, config_b).unwrap();
let runner_a = cairo_run_program(&sierra_program, config_a).unwrap().0;
let runner_b = cairo_run_program(&sierra_program, config_b).unwrap().0;
let hash_a =
compute_program_hash_chain(&runner_a.get_program().get_stripped_program().unwrap(), 0)
.unwrap();
Expand Down

0 comments on commit 69c20e9

Please sign in to comment.