Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoletta committed Apr 5, 2024
1 parent defa20f commit 988e34a
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 @@ -1139,7 +1139,7 @@ fn cairo_run_apply_poly() {
#[cfg(feature = "mod_builtin")]
fn cairo_run_apply_poly_proof() {
let program_data =
include_bytes!("../../../cairo_programs/mod_builtin_feature/apply_poly.json");
include_bytes!("../../../cairo_programs/mod_builtin_feature/proof/apply_poly.json");
run_program(
program_data,
true,
Expand Down

0 comments on commit 988e34a

Please sign in to comment.