aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/schema_test.ts1
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', () => {