From 7914ce7485278f5377cfd34c7f5acad31073c476 Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Wed, 10 Aug 2016 11:20:48 -0300 Subject: [PATCH] fix test --- test/integration/server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/server.js b/test/integration/server.js index b032293..1dc045e 100644 --- a/test/integration/server.js +++ b/test/integration/server.js @@ -5962,6 +5962,7 @@ describe('Wallet service', function() { blockchainExplorer.getBlockchainHeight = sinon.stub().callsArgWith(0, null, 200); server._notify('NewBlock', { + network: 'livenet', hash: 'dummy hash', }, { isGlobal: true