Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
chore: update handle tests with connection (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos authored Nov 16, 2019
1 parent ccc5c31 commit 6cc4db2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/2-nodes.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ describe('basics between 2 nodes', () => {
await handleB({
protocol: multicodec,
stream: c1.stream,
remotePeer: peerInfoA.id
connection: {
remotePeer: peerInfoA.id
}
})

expect(fsA.peers.size).to.be.eql(1)
Expand Down

0 comments on commit 6cc4db2

Please sign in to comment.