remove unused opts
This commit is contained in:
parent
50673f247a
commit
0a1f580654
@ -51,11 +51,6 @@ describe('NetworkMonitor', function() {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('instantiates correctly from create with opts', 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);
|
var nm = NetworkMonitor.create(busMock);
|
||||||
should.exist(nm);
|
should.exist(nm);
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user