Skip to content

Commit adab55f

Browse files
committed
fix: removed test.only from discovery tests
1 parent cd78ec3 commit adab55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/discovery/Discovery.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ describe('Discovery', () => {
698698
await discovery.stop();
699699
await discovery.destroy();
700700
});
701-
test.only('should force discovery on recently processed vertices', async () => {
701+
test('should force discovery on recently processed vertices', async () => {
702702
const discovery = await Discovery.createDiscovery({
703703
db,
704704
keyRing,

0 commit comments

Comments
 (0)