Skip to content

Commit

Permalink
Fix broken tests adding main entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
entropidelic committed Aug 16, 2022
1 parent a3b3f06 commit 0d0c62e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/cairo_run_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ fn cairo_run_math_cmp_and_pow_integration() {
fn cairo_run_uint256_integration() {
cairo_run::cairo_run(
Path::new("cairo_programs/uint256_integration_tests.json"),
"main",
false,
&HINT_EXECUTOR,
)
Expand Down Expand Up @@ -649,6 +650,7 @@ fn cairo_run_keccak_integration() {
fn cairo_run_blake2s_integration() {
cairo_run::cairo_run(
Path::new("cairo_programs/blake2s_integration_tests.json"),
"main",
false,
&HINT_EXECUTOR,
)
Expand Down

0 comments on commit 0d0c62e

Please sign in to comment.