Skip to content

Commit

Permalink
Fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 14, 2023
1 parent e974923 commit 1ec07a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1285,6 +1285,7 @@ fn cairo_run_is_quad_residue_test() {
#[cfg_attr(target_arch = "wasm32", wasm_bindgen_test)]
fn cairo_run_keccak_alternative_hint() {
let program_data = include_bytes!("../../cairo_programs/_keccak_alternative_hint.json");
run_program_simple(program_data.as_slice());
}

#[test]
Expand Down

0 comments on commit 1ec07a3

Please sign in to comment.