Skip to content

Commit 65fa677

Browse files
committed
fix
1 parent fcabc56 commit 65fa677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexer/services/ender/__tests__/handlers/order-fills/order-handler.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1706,7 +1706,7 @@ describe('OrderHandler', () => {
17061706
affiliateRevShare: defaultAffiliateRevShare,
17071707
positionSideBefore: 'LONG',
17081708
entryPriceBefore: '15000',
1709-
positionSizeBefore: '10',
1709+
positionSizeBefore: '100000010',
17101710
});
17111711

17121712
await Promise.all([

0 commit comments

Comments
 (0)