diff --git a/tests/cases/fourslash/quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts b/tests/cases/fourslash/quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts index 6a5e71bd4a0..e24a484979a 100644 --- a/tests/cases/fourslash/quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts +++ b/tests/cases/fourslash/quickInfoForContextuallyTypedArrowFunctionInSuperCall.ts @@ -11,10 +11,10 @@ ////} goTo.marker('1'); -verify.quickInfoIs('(var) value: number'); +verify.quickInfoIs('(parameter) value: number'); goTo.marker('2'); -verify.quickInfoIs('(var) value: number'); +verify.quickInfoIs('(parameter) value: number'); goTo.marker('3'); verify.quickInfoIs('(method) Number.toExponential(fractionDigits?: number): string'); \ No newline at end of file