fix tests

This commit is contained in:
Jonathan Rainville 2018-05-18 13:44:03 -04:00
parent 6c1d9d9b39
commit 6702cd2231
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ describe('embark.AccountParser', function () {
return {key}; return {key};
}) })
} }
},
utils: {
isHexStrict: sinon.stub().returns(true)
} }
}; };
const testLogger = new TestLogger({}); const testLogger = new TestLogger({});