diff --git a/markets/perps-market/test/integration/bootstrap/bootstrapPerpsMarkets.ts b/markets/perps-market/test/integration/bootstrap/bootstrapPerpsMarkets.ts index db4654399f..3e45f45ccb 100644 --- a/markets/perps-market/test/integration/bootstrap/bootstrapPerpsMarkets.ts +++ b/markets/perps-market/test/integration/bootstrap/bootstrapPerpsMarkets.ts @@ -130,7 +130,7 @@ export const bootstrapPerpsMarkets = ( before('set max market value', async () => { await contracts.PerpsMarket.connect(marketOwner).setMaxMarketValue( marketId, - !!maxMarketValue ? maxMarketValue : bn(10_000_000) + maxMarketValue ? maxMarketValue : bn(10_000_000) ); });