test - send-utils.test - lint fix

This commit is contained in:
kumavis 2018-05-28 12:54:19 -07:00 committed by Dan
parent 5a842e440f
commit 64aa56b5a6
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ describe('send utils', () => {
to: '0xisContract',
estimateGasMethod: sinon.stub().callsFake(
(data, cb) => cb(
data.to.match(/willFailBecauseOf:/) ? { message: data.to.match(/\:(.+)$/)[1] } : null,
data.to.match(/willFailBecauseOf:/) ? { message: data.to.match(/:(.+)$/)[1] } : null,
{ toString: (n) => `mockToString:${n}` }
)
),