Skip to content

Commit

Permalink
checkpoint - lint
Browse files Browse the repository at this point in the history
  • Loading branch information
leomassazza committed Jul 14, 2023
1 parent af36203 commit a9fb83f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions markets/perps-market/test/integration/Position/PnL.test.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a9fb83f

Please sign in to comment.