Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Sep 19, 2024
1 parent dd6d6ff commit 9202255
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vm/src/vm/runners/builtin_runner/modulo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,8 @@ mod tests {
a2: Felt252::ZERO,
a3: Felt252::ZERO,
b_offset: 12,
b0: Felt252::ZERO,
b1: Felt252::ZERO,
b0: Felt252::ONE,
b1: Felt252::ONE,
b2: Felt252::ZERO,
b3: Felt252::ZERO,
c_offset: 4,
Expand Down Expand Up @@ -839,8 +839,8 @@ mod tests {
0,
ModInputMemoryVars {
a_offset: 12,
a0: Felt252::ZERO,
a1: Felt252::ZERO,
a0: Felt252::ONE,
a1: Felt252::ONE,
a2: Felt252::ZERO,
a3: Felt252::ZERO,
b_offset: 8,
Expand Down

0 comments on commit 9202255

Please sign in to comment.