Skip to content

Commit

Permalink
close http server after input test finishes
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece committed May 23, 2014
1 parent 15a9f8b commit 336052f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/http_input_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ exports.cleanup = function(test) {

rimraf.sync(path.join(__dirname, 'tmp'));

test.done();
Phant.HttpServer.close(function() {
test.done();
});

});

Expand Down

0 comments on commit 336052f

Please sign in to comment.