diff --git a/markets/perps-market/test/integration/Position/PnL.test.ts b/markets/perps-market/test/integration/Position/PnL.test.ts index 8e69f22e6e..d0a8859fb6 100644 --- a/markets/perps-market/test/integration/Position/PnL.test.ts +++ b/markets/perps-market/test/integration/Position/PnL.test.ts @@ -1,12 +1,10 @@ import { PerpsMarket, bn, bootstrapMarkets } from '../bootstrap'; import { OpenPositionData, depositCollateral, openPosition } from '../helpers'; -import assertBn from '@synthetixio/core-utils/utils/assertions/assert-bignumber'; +// import assertBn from '@synthetixio/core-utils/utils/assertions/assert-bignumber'; import { ethers } from 'ethers'; import { SynthMarkets } from '@synthetixio/spot-market/test/common'; import { snapshotCheckpoint } from '@synthetixio/core-utils/utils/mocha/snapshot'; -const SECONDS_IN_DAY = 24 * 60 * 60; - describe('Position - pnl', () => { const orderFees = { makerFee: bn(0.0003), // 3bps