Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed May 20, 2024
1 parent 1d3e22b commit 25a7e84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,11 @@ describe('OrderRemoveHandler', () => {
price: testConstants.defaultOrder.price,
size: testConstants.defaultOrder.size,
clientMetadata: testConstants.defaultOrder.clientMetadata,
type: testConstants.defaultOrder.type,
goodTilBlock: testConstants.defaultOrder.goodTilBlock,
side: testConstants.defaultOrder.side,
timeInForce: apiTranslations.orderTIFToAPITIF(testConstants.defaultOrder.timeInForce),
totalFilled: testConstants.defaultOrder.totalFilled,
goodTilBlock: testConstants.defaultOrder.goodTilBlock,
type: testConstants.defaultOrder.type,
},
],
};
Expand Down

0 comments on commit 25a7e84

Please sign in to comment.