Skip to content

Commit

Permalink
chore: remove empty object from test (#2298)
Browse files Browse the repository at this point in the history
No need to pass an empty init object
  • Loading branch information
achingbrain committed Dec 5, 2023
1 parent 93890c8 commit 3bf6387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libp2p/test/core/core.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('core', () => {
})

it('should start a minimal node', async () => {
libp2p = await createLibp2p({})
libp2p = await createLibp2p()

expect(libp2p).to.have.property('status', 'started')
})
Expand Down

0 comments on commit 3bf6387

Please sign in to comment.