From 6702cd223141d9bc7740bba86e6f342912760d4f Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Fri, 18 May 2018 13:44:03 -0400 Subject: [PATCH] fix tests --- test/accountParser.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/accountParser.js b/test/accountParser.js index f6e6e79d6..d79b002fd 100644 --- a/test/accountParser.js +++ b/test/accountParser.js @@ -13,6 +13,9 @@ describe('embark.AccountParser', function () { return {key}; }) } + }, + utils: { + isHexStrict: sinon.stub().returns(true) } }; const testLogger = new TestLogger({});