Skip to content

Commit

Permalink
Merge pull request #2548 from ProvableHQ/fix/updatable-count
Browse files Browse the repository at this point in the history
[Fix] Update line count in test
  • Loading branch information
zosorock authored Sep 10, 2024
2 parents abd6cc4 + c5ecfe6 commit 3d42aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit/environment/src/helpers/updatable_count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ mod test {
fn check_position() {
let count = count_is!(0, 0, 0, 0);
assert_eq!(count.file, "circuit/environment/src/helpers/updatable_count.rs");
assert_eq!(count.line, 499);
assert_eq!(count.line, 500);
assert_eq!(count.column, 21);
}

Expand Down

0 comments on commit 3d42aa0

Please sign in to comment.