Skip to content

Commit cb27e54

Browse files
committed
Fix fourslash test
1 parent a96d38e commit cb27e54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/fourslash/quickInfoDisplayPartsTypeParameterInFunction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ verifyTypeParameter("U", getFunctionDisplay("foo2", /*instance*/ undefined, stri
114114
verifyParameter("a", "U", stringTypeDisplay);
115115

116116
// Call
117-
verifyFunctionDisplay("foo2", stringTypeDisplay);
117+
verifyFunctionDisplay("foo2", [{ text: "\"hello\"", kind: "stringLiteral" }]);

0 commit comments

Comments
 (0)