Skip to content

Commit

Permalink
Fixes unit test for diagnostic change
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Dec 27, 2024
1 parent 5cdc3a9 commit 1130f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions server/test/spec/lfortran-accessors.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ describe("LFortranCLIAccessor", () => {
},
end: {
line: 3,
character: 21
character: 20
}
},
severity: DiagnosticSeverity.Warning,
Expand All @@ -309,7 +309,7 @@ describe("LFortranCLIAccessor", () => {
},
end: {
line: 6,
character: 18
character: 17
}
},
severity: DiagnosticSeverity.Warning,
Expand Down
4 changes: 2 additions & 2 deletions server/test/spec/lfortran-language-server.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ describe("LFortranLanguageServer", () => {
},
end: {
line: 3,
character: 21
character: 20
}
},
severity: DiagnosticSeverity.Warning,
Expand All @@ -391,7 +391,7 @@ describe("LFortranLanguageServer", () => {
},
end: {
line: 6,
character: 18
character: 17
}
},
// NOTE: Right now, the severity is hard-coded to Warning ...
Expand Down

0 comments on commit 1130f0f

Please sign in to comment.