Skip to content

Commit

Permalink
tests: fix broken test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Sep 25, 2024
1 parent 31e93cd commit c39ac00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/compiler/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -804,6 +804,8 @@ fn errors_serialization() {
"type": "UnknownIdentifier",
"code": "E009",
"title": "unknown identifier `foo`",
"line": 1,
"column": 23,
"labels":[
{
"level": "error",
Expand Down

0 comments on commit c39ac00

Please sign in to comment.