Skip to content

Commit 3bf6387

Browse files
authored
chore: remove empty object from test (#2298)
No need to pass an empty init object
1 parent 93890c8 commit 3bf6387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/libp2p/test/core/core.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ describe('core', () => {
1212
})
1313

1414
it('should start a minimal node', async () => {
15-
libp2p = await createLibp2p({})
15+
libp2p = await createLibp2p()
1616

1717
expect(libp2p).to.have.property('status', 'started')
1818
})

0 commit comments

Comments
 (0)