aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/schema_test.ts')
-rw-r--r--test/schema_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts
index 43f6c6d38..49dc2c1d0 100644
--- a/test/schema_test.ts
+++ b/test/schema_test.ts
@@ -242,7 +242,7 @@ describe('Schema', () => {
const orderFillRequests = [
{
signedOrder,
- takerTokenCancelAmount: 5,
+ takerTokenFillAmount: 5,
},
];
it('should validate valid order fill requests', () => {