Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mverzilli committed Dec 28, 2023
1 parent f050df8 commit 69025e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/nargo/src/artifacts/debug.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ mod tests {
let debug_artifact = DebugArtifact::new(debug_symbols, &fm);

let location_in_line = debug_artifact.location_in_line(loc).expect("Expected a range");
assert_eq!(location_in_line, Range { start: 12, end: 19 });
assert_eq!(location_in_line, Range { start: 12, end: 20 });
}
}

0 comments on commit 69025e2

Please sign in to comment.