fix test 6

This commit is contained in:
Manuel Araoz 2014-08-19 13:21:34 -04:00
commit df3aafe1a9

View file

@ -23,7 +23,6 @@ var preconditions = require('preconditions').singleton();
*/
function Network(opts) {
preconditions.checkArgument(opts);
var self = this;
opts = opts || {};
this.maxPeers = opts.maxPeers || 12;