Skip to content

Commit a6e8cd7

Browse files
committed
rename tests
1 parent 8a3aaef commit a6e8cd7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

tests/cases/fourslash/unusedImports2FS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
////
1717
//// }
1818

19-
verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ 0);
19+
verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ undefined);

tests/cases/fourslash/unusedVariableInForLoop7FS.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ verify.rangeAfterCodeFix(`{
1313
for (const elem of ["a", "b", "c"]) {
1414
elem;
1515
}
16-
}`);
16+
}`, /*includeWhiteSpace*/ true);

0 commit comments

Comments
 (0)