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

fix last identify test #159

Merged
merged 1 commit into from
Jan 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion test/04-muxing-multiplex.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down