diff --git a/package.json b/package.json index a7bd39f..1af4183 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "buffer-loader": "0.0.1", "chai": "^3.5.0", "gulp": "^3.9.1", - "libp2p-multiplex": "^0.3.1", + "libp2p-multiplex": "^0.3.2", "libp2p-secio": "^0.6.5", "libp2p-spdy": "^0.10.3", "libp2p-tcp": "^0.9.1", diff --git a/test/04-muxing-multiplex.node.js b/test/04-muxing-multiplex.node.js index d313c09..80a45f4 100644 --- a/test/04-muxing-multiplex.node.js +++ b/test/04-muxing-multiplex.node.js @@ -107,7 +107,7 @@ describe('stream muxing with multiplex (on TCP)', () => { }) }) - it.skip('enable identify to reuse incomming muxed conn', (done) => { + it('enable identify to reuse incomming muxed conn', (done) => { swarmA.connection.reuse() swarmC.connection.reuse()