Fix tests
This commit is contained in:
parent
00a16b37e0
commit
5d64b562c6
@ -56,7 +56,7 @@ describe('ZeroEx library', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
it('should return false if the data doesn\'t pertain to the signature & address', () => {
|
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;
|
expect(isValid).to.be.false;
|
||||||
});
|
});
|
||||||
it('should return false if the address doesn\'t pertain to the signature & data', () => {
|
it('should return false if the address doesn\'t pertain to the signature & data', () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user