We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adab55f commit 9ad0e73Copy full SHA for 9ad0e73
tests/discovery/Discovery.test.ts
@@ -724,7 +724,7 @@ describe('Discovery', () => {
724
await discovery.queueDiscoveryByNode(nodeA.keyRing.getNodeId(), Date.now());
725
await waitForAllDiscoveryTasks(discovery);
726
// All vertices should be reprocessed
727
- expect(processVertexMock).toHaveBeenCalledTimes(2);
+ expect(processVertexMock).toHaveBeenCalledTimes(3);
728
729
await taskManager.stopProcessing();
730
await discovery.stop();
0 commit comments