diff options
Diffstat (limited to 'test/0x.js.ts')
-rw-r--r-- | test/0x.js.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/0x.js.ts b/test/0x.js.ts index 01a5554ff..a913fd6b5 100644 --- a/test/0x.js.ts +++ b/test/0x.js.ts @@ -99,6 +99,8 @@ describe('ZeroEx library', () => { it('returns true if order hash is correct', () => { const isValid = ZeroEx.isValidOrderHash('0x' + Array(65).join('0')); expect(isValid).to.be.true; + }); + }); describe('#toUnitAmount', () => { it('Should return the expected unit amount for the decimals passed in', () => { const baseUnitAmount = new BigNumber(1000000000); |