Skip to content

Commit

Permalink
fixing up a test
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed May 28, 2017
1 parent 223114c commit 885cc22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/transport.tcp.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ test('pool', (t) => {
})
}
t.on('end', (done) => {
console.log("shutting down")
handler.close()
server.shutdown()
server.close()
})
t.test('set up skyring server', (tt) => {
server = new Skyring({
Expand Down

0 comments on commit 885cc22

Please sign in to comment.