Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabritto committed Nov 8, 2021
1 parent 8df5bef commit 67d631c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cases/fourslash/completionsOverridingMethod9.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ verify.completions({
pos: 0,
end: 0,
},
insertText: "a?: number;\n"
insertText: "a?: number;"
},
{
name: "b",
Expand All @@ -38,7 +38,7 @@ verify.completions({
pos: 0,
end: 0,
},
insertText: "b(x: number): void {\n}\n"
insertText: "b(x: number): void {\n}"
},
],
});

0 comments on commit 67d631c

Please sign in to comment.