Skip to content

Commit 60476ce

Browse files
committed
Fix test failure resulting from bad merge
1 parent 6418c2f commit 60476ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/fourslash/completionForStringLiteral5.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
goTo.marker('1');
1212
verify.completionListContains("foo");
1313
verify.completionListContains("bar");
14-
verify.memberListCount(2);
14+
verify.completionListCount(2);
1515

0 commit comments

Comments
 (0)