Skip to content

Commit 76c9d9f

Browse files
committed
Fix the failing test case
1 parent 1870ee4 commit 76c9d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testRunner/unittests/tsserver/refactors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ namespace ts.projectSystem {
144144
},
145145
{
146146
fileName: "/Foo/x.ts",
147-
textChanges: [{ start: { line: 0, offset: 0 }, end: { line: 0, offset: 0 }, newText: "const x = 0;" }],
147+
textChanges: [{ start: { line: 0, offset: 0 }, end: { line: 0, offset: 0 }, newText: "const x = 0;\n" }],
148148
},
149149
],
150150
renameFilename: undefined,

0 commit comments

Comments
 (0)