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 cd78ec3 commit adab55fCopy full SHA for adab55f
tests/discovery/Discovery.test.ts
@@ -698,7 +698,7 @@ describe('Discovery', () => {
698
await discovery.stop();
699
await discovery.destroy();
700
});
701
- test.only('should force discovery on recently processed vertices', async () => {
+ test('should force discovery on recently processed vertices', async () => {
702
const discovery = await Discovery.createDiscovery({
703
db,
704
keyRing,
0 commit comments