Skip to content

Commit caf2887

Browse files
committed
fix tests
1 parent 59ce470 commit caf2887

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/cases/fourslash/importNameCodeFixExistingImport10.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ verify.importFixAtPosition([
1616
`{
1717
v1,
1818
v2,
19-
f1
19+
f1
2020
}`
2121
]);

tests/cases/fourslash/importNameCodeFixExistingImport11.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
verify.importFixAtPosition([
1616
`{
1717
v1, v2,
18-
v3, f1
18+
v3,
19+
f1
1920
}`
2021
]);

tests/cases/fourslash/importNameCodeFixExistingImport9.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
verify.importFixAtPosition([
1313
`{
14-
v1,
15-
f1
14+
v1, f1
1615
}`
1716
]);

0 commit comments

Comments
 (0)