From 5d64b562c60710e9b9b6a6286d4278718f043d0d Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 25 May 2017 12:52:31 +0200 Subject: Fix tests --- test/0x.js.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/0x.js.ts') diff --git a/test/0x.js.ts b/test/0x.js.ts index 26e56a18b..2da026694 100644 --- a/test/0x.js.ts +++ b/test/0x.js.ts @@ -56,7 +56,7 @@ describe('ZeroEx library', () => { }); }); it('should return false if the data doesn\'t pertain to the signature & address', () => { - const isValid = ZeroEx.isValidSignature('wrong data', signature, address); + const isValid = ZeroEx.isValidSignature('0x00', signature, address); expect(isValid).to.be.false; }); it('should return false if the address doesn\'t pertain to the signature & data', () => { -- cgit v1.2.3