Skip to content

Commit

Permalink
fix changed entrypoint offset on test
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Dec 27, 2024
1 parent e845feb commit 82d803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/src/tests/cairo_1_run_from_entrypoint_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fn test_uint256_div_mod_hint() {

run_cairo_1_entrypoint(
program_data.as_slice(),
208,
219,
&[36_usize.into(), 2_usize.into()],
&[Felt252::from(18_usize)],
);
Expand Down

0 comments on commit 82d803b

Please sign in to comment.