Skip to content

Commit 6bbfe56

Browse files
committed
Use memberListCount
1 parent 24334b5 commit 6bbfe56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/cases/fourslash/tsxCompletion10.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
//// var x1 = <div><//**/
1111

1212
goTo.marker();
13-
verify.completionListItemsCountIsGreaterThan(0);
14-
verify.not.completionListItemsCountIsGreaterThan(1);
13+
verify.memberListCount(1);
1514
verify.completionListContains('div');

0 commit comments

Comments
 (0)