mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-27 16:01:32 +00:00
chore: rename peer-store properties
This commit is contained in:
committed by
Vasco Santos
parent
984d933606
commit
872338840f
@ -121,9 +121,9 @@ describe('peer-routing', () => {
|
||||
'X-Chunked-Output', '1'
|
||||
])
|
||||
|
||||
const peerData = await node.peerRouting.findPeer(peerKey)
|
||||
const peer = await node.peerRouting.findPeer(peerKey)
|
||||
|
||||
expect(peerData.id).to.equal(peerKey)
|
||||
expect(peer.id).to.equal(peerKey)
|
||||
expect(mockApi.isDone()).to.equal(true)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user