chore: rename peer-store properties

This commit is contained in:
Vasco Santos
2020-04-24 15:54:59 +02:00
committed by Vasco Santos
parent 984d933606
commit 872338840f
10 changed files with 110 additions and 110 deletions

View File

@ -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)
})