Skip to content

Commit 7a0c28c

Browse files
committed
make the test more specific
1 parent 568e4a5 commit 7a0c28c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/cases/fourslash/genericTypeAliasIntersectionCompletions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@
2929
//// obj./**/
3030

3131
goTo.marker();
32-
verify.completionListItemsCountIsGreaterThan(0);
32+
verify.completionListContains("left");
33+
verify.completionListContains("right");

0 commit comments

Comments
 (0)