mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-24 14:31:35 +00:00
chore: apply suggestions from code review
This commit is contained in:
@ -19,7 +19,7 @@ describe('keyBook', () => {
|
||||
|
||||
beforeEach(async () => {
|
||||
[peerId] = await peerUtils.createPeerId()
|
||||
peerStore = new PeerStore()
|
||||
peerStore = new PeerStore({ peerId })
|
||||
kb = peerStore.keyBook
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user