Skip to content

Commit 0319f0f

Browse files
Fixed fourslash test.
1 parent 259e62d commit 0319f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionEntryForConst.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
/////**/
55

66
goTo.marker();
7-
verify.completionListContains("c", "const c: string", /*documentation*/ undefined, "const");
7+
verify.completionListContains("c", 'const c: "s"', /*documentation*/ undefined, "const");

0 commit comments

Comments
 (0)