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

Commit

Permalink
revert test change
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 27, 2016
1 parent 215f3ba commit 732d8a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/06-conn-upgrade-secio.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const multiaddr = require('multiaddr')
const Peer = require('peer-info')
const TCP = require('libp2p-tcp')
const multiplex = require('libp2p-spdy')
const series = require('run-series')

const Swarm = require('../src')

Expand Down Expand Up @@ -56,7 +55,7 @@ describe.only('secio conn upgrade (on TCP)', function () {

after((done) => {
console.log('closing connections')
series([
parallel([
(cb) => swarmA.close(cb),
(cb) => swarmB.close(cb),
(cb) => swarmC.close(cb)
Expand Down

0 comments on commit 732d8a2

Please sign in to comment.