Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: libp2p tests
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
  • Loading branch information
Alan Shaw committed Dec 7, 2018
1 parent f978496 commit d075bdc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/core/libp2p.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe('libp2p customization', function () {
},
_peerInfo: peerInfo,
_peerBook: peerBook,
_print: console.log,
config: mockConfig,
_options: {
libp2p: (opts) => {
Expand Down Expand Up @@ -122,6 +123,7 @@ describe('libp2p customization', function () {
},
_peerInfo: peerInfo,
_peerBook: peerBook,
_print: console.log,
config: mockConfig
}

Expand Down Expand Up @@ -164,6 +166,7 @@ describe('libp2p customization', function () {
},
_peerInfo: peerInfo,
_peerBook: peerBook,
_print: console.log,
config: mockConfig,
_options: {
config: {
Expand Down

0 comments on commit d075bdc

Please sign in to comment.