Skip to content

Commit

Permalink
Update examples_test.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Odomey authored Dec 24, 2024
1 parent 261db1d commit 68cfbbd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions tests/examples_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@ fn complex_input_test(example_dir_data: &ExampleDirData) {
assert_eq!(
result.value,
RunResultValue::Success(vec![
// `r.low`
Felt252::from(1 + 2 + 3 + 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18),
// `r.low`
Felt252::from(
1 + 2 + 3 + 4 + 6 + 8 + 10 + 12 + 14 + 16 + 18
),
// `r.high`
Felt252::from(
5 + 7 + 9 + 11 + 13 + 15 + 17 + 19
)

0 comments on commit 68cfbbd

Please sign in to comment.