Use correctly formatted signature so that it rejects with the expected reason and not because the signature is mal-formatted

This commit is contained in:
Fabio Berger 2018-11-12 11:57:54 +01:00
parent 8efc6c2112
commit 6fa6579c31

View File

@ -286,7 +286,8 @@ describe('ExchangeWrapper', () => {
it('should throw if signature is invalid', async () => {
const signedOrderWithInvalidSignature = {
...signedOrder,
signature: '0xdeadbeef',
signature:
'0x1b61a3ed31b43c8780e905a260a35faefcc527be7516aa11c0256729b5b351bc3340349190569279751135161d22529dc25add4f6069af05be04cacbda2ace225403',
};
expect(