From 0a1f5806548393a1e14004b96dfff2fbfd423996 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Thu, 19 Mar 2015 11:37:07 -0300 Subject: [PATCH] remove unused opts --- test/networkmonitor.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/networkmonitor.js b/test/networkmonitor.js index 28660ca1..732f8310 100644 --- a/test/networkmonitor.js +++ b/test/networkmonitor.js @@ -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); });