This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 },
3131 "homepage" : " https://github.com/ipfs/interface-ipfs-core#readme" ,
3232 "dependencies" : {
33- "aegir" : " ^12.1.3 " ,
33+ "aegir" : " ^12.2.0 " ,
3434 "async" : " ^2.6.0" ,
3535 "bl" : " ^1.2.1" ,
3636 "bs58" : " ^4.0.1" ,
Original file line number Diff line number Diff line change @@ -201,9 +201,9 @@ module.exports = (common) => {
201201 describe ( 'multiple nodes connected' , ( ) => {
202202 before ( ( done ) => {
203203 parallel ( [
204- ( cb ) => ipfs1 . swarm . connect ( ipfs2 . peerId . addresses . find ( a => a . includes ( '127.0.0.1' ) ) , cb ) ,
205- ( cb ) => ipfs2 . swarm . connect ( ipfs3 . peerId . addresses . find ( a => a . includes ( '127.0.0.1' ) ) , cb ) ,
206- ( cb ) => ipfs1 . swarm . connect ( ipfs3 . peerId . addresses . find ( a => a . includes ( '127.0.0.1' ) ) , cb )
204+ ( cb ) => ipfs1 . swarm . connect ( ipfs2 . peerId . addresses . find ( ( a ) => a . includes ( '127.0.0.1' ) ) , cb ) ,
205+ ( cb ) => ipfs2 . swarm . connect ( ipfs3 . peerId . addresses . find ( ( a ) => a . includes ( '127.0.0.1' ) ) , cb ) ,
206+ ( cb ) => ipfs1 . swarm . connect ( ipfs3 . peerId . addresses . find ( ( a ) => a . includes ( '127.0.0.1' ) ) , cb )
207207 ] , ( err ) => {
208208 if ( err ) {
209209 return done ( err )
You can’t perform that action at this time.
0 commit comments