remove unused opts

This commit is contained in:
Manuel Araoz 2015-03-19 11:37:07 -03:00
parent 50673f247a
commit 0a1f580654

View File

@ -51,11 +51,6 @@ describe('NetworkMonitor', function() {
});
it('instantiates correctly from create with opts', function() {
var opts = {
network: Networks.livenet,
host: '8.8.8.8',
port: 3001
};
var nm = NetworkMonitor.create(busMock);
should.exist(nm);
});