diff options
Diffstat (limited to 'test/schema_test.ts')
-rw-r--r-- | test/schema_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts index 4746c7949..da7e97ce3 100644 --- a/test/schema_test.ts +++ b/test/schema_test.ts @@ -200,6 +200,7 @@ describe('Schema', () => { takerTokenAddress: constants.NULL_ADDRESS, salt: '256', feeRecipient: constants.NULL_ADDRESS, + exchangeContractAddress: constants.NULL_ADDRESS, expirationUnixTimestampSec: '42', }; describe('#orderSchema', () => { |