Skip to content

Commit

Permalink
Fix file line count
Browse files Browse the repository at this point in the history
  • Loading branch information
raychu86 committed Sep 10, 2024
1 parent abd6cc4 commit c5ecfe6
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 c5ecfe6

Please sign in to comment.