Skip to content

Commit

Permalink
Fix line number (starts from zero)
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Jan 25, 2024
1 parent c5b408d commit 26ccc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/errors_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
local results = errors.parse_errors(output)
local expected = {
{
line = 86,
line = 85,
message = "called `Result::unwrap()` on an `Err` value: unexpected end of input while parsing min or version number",
},
}
Expand Down

0 comments on commit 26ccc77

Please sign in to comment.