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({});