diff --git a/tests/cases/fourslash/unusedImports2FS.ts b/tests/cases/fourslash/unusedImports2FS.ts index ec3f2056e3..8865dea56a 100644 --- a/tests/cases/fourslash/unusedImports2FS.ts +++ b/tests/cases/fourslash/unusedImports2FS.ts @@ -16,4 +16,4 @@ //// //// } -verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ 0); +verify.rangeAfterCodeFix(`import {Calculator} from "./file1"`, /*includeWhiteSpace*/ true, /*errorCode*/ undefined); diff --git a/tests/cases/fourslash/unusedVariableInForLoop5FS.ts b/tests/cases/fourslash/unusedVariableInForLoop5FSAddUnderscore.ts similarity index 100% rename from tests/cases/fourslash/unusedVariableInForLoop5FS.ts rename to tests/cases/fourslash/unusedVariableInForLoop5FSAddUnderscore.ts diff --git a/tests/cases/fourslash/unusedVariableInForLoop7FS.ts b/tests/cases/fourslash/unusedVariableInForLoop7FS.ts index 95dee56acf..7f99863ba4 100644 --- a/tests/cases/fourslash/unusedVariableInForLoop7FS.ts +++ b/tests/cases/fourslash/unusedVariableInForLoop7FS.ts @@ -13,4 +13,4 @@ verify.rangeAfterCodeFix(`{ for (const elem of ["a", "b", "c"]) { elem; } -}`); +}`, /*includeWhiteSpace*/ true);