Skip to content

Commit 6440ee6

Browse files
committed
fix: discovery.test.ts backwards compatibility discovery no longer times out
1 parent 539bb78 commit 6440ee6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/discovery/Discovery.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,7 @@ describe('Discovery', () => {
603603
},
604604
);
605605
await discovery.queueDiscoveryByIdentity(testToken.providerId, identityId2);
606-
607-
await waitForAllDiscoveryTasks(discovery);
606+
await discovery.waitForDiscoveryTasks(true);
608607
const gestalts = await AsyncIterable.as(
609608
gestaltGraph.getGestalts(),
610609
).toArray();

0 commit comments

Comments
 (0)