diff --git a/tests/cases/fourslash/extract-const1.ts b/tests/cases/fourslash/extract-const1.ts index 3ed9373f2ba..595e56a7e1d 100644 --- a/tests/cases/fourslash/extract-const1.ts +++ b/tests/cases/fourslash/extract-const1.ts @@ -9,6 +9,5 @@ edit.applyRefactor({ actionDescription: "Extract to constant in enclosing scope", newContent: `const newLocal = 0; - const x = /*RENAME*/newLocal;` });