From 82c1d7ca7c206fcb7f436ddd31c97609257d0d2e Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 4 Jul 2017 12:29:14 -0700 Subject: Add exchangeContractAddress to an order in schema tests --- test/schema_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'test/schema_test.ts') 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', () => { -- cgit v1.2.3