Skip to content

Commit

Permalink
fix market unit test post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
EdNoepel committed Oct 10, 2024
1 parent 47aa3c2 commit 18779c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/perennial/test/unit/market/Market.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5884,6 +5884,7 @@ describe('Market', () => {
minEfficiency: parse6decimal('0.1'),
referralFee: 0,
minScale: parse6decimal('0.001'),
maxStaleAfter: 14400,
})

const riskParameter = { ...(await market.riskParameter()) }
Expand Down

0 comments on commit 18779c6

Please sign in to comment.