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

Commit

Permalink
it works
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Jan 24, 2017
1 parent 6e63f3a commit b0a4370
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b0a4370

Please sign in to comment.