Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Commit ae0cc15

Browse files
authored
fix: last identify with multiplex test (#159)
1 parent 6e63f3a commit ae0cc15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"buffer-loader": "0.0.1",
4545
"chai": "^3.5.0",
4646
"gulp": "^3.9.1",
47-
"libp2p-multiplex": "^0.3.1",
47+
"libp2p-multiplex": "^0.3.2",
4848
"libp2p-secio": "^0.6.5",
4949
"libp2p-spdy": "^0.10.3",
5050
"libp2p-tcp": "^0.9.1",

test/04-muxing-multiplex.node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ describe('stream muxing with multiplex (on TCP)', () => {
107107
})
108108
})
109109

110-
it.skip('enable identify to reuse incomming muxed conn', (done) => {
110+
it('enable identify to reuse incomming muxed conn', (done) => {
111111
swarmA.connection.reuse()
112112
swarmC.connection.reuse()
113113

0 commit comments

Comments
 (0)