Skip to content

Commit

Permalink
Fixes tests for changes to diagostic starting characters.
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Dec 5, 2024
1 parent a12815d commit 777b869
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 @@ -216,7 +216,7 @@ describe("LFortranCLIAccessor", () => {
range: {
start: {
line: 0,
character: 10
character: 9
},
end: {
line: 2,
Expand All @@ -231,7 +231,7 @@ describe("LFortranCLIAccessor", () => {
range: {
start: {
line: 5,
character: 13
character: 12
},
end: {
line: 5,
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 @@ -290,7 +290,7 @@ describe("LFortranLanguageServer", () => {
range: {
start: {
line: 0,
character: 10
character: 9
},
end: {
line: 2,
Expand All @@ -305,7 +305,7 @@ describe("LFortranLanguageServer", () => {
range: {
start: {
line: 5,
character: 13
character: 12
},
end: {
line: 5,
Expand Down

0 comments on commit 777b869

Please sign in to comment.