diff --git a/tests/cases/fourslash/codeFixUnImplementedInterfaceTypeParamOnProperty.ts b/tests/cases/fourslash/codeFixUnImplementedInterfaceTypeParamOnProperty.ts index 8c32be6b7f4..83299f10ecf 100644 --- a/tests/cases/fourslash/codeFixUnImplementedInterfaceTypeParamOnProperty.ts +++ b/tests/cases/fourslash/codeFixUnImplementedInterfaceTypeParamOnProperty.ts @@ -1,12 +1,12 @@ /// //// interface I { -//// f1(); +//// f(); //// } //// //// class C implements I {[| |]} -verify.rangeAfterCodeFix(`f1(){ +verify.rangeAfterCodeFix(`f(){ throw new Error('Method not Implemented'); } -`); \ No newline at end of file +`); \ No newline at end of file