Skip to content

Commit 9041ae6

Browse files
committed
sdk: yarn prettify:fix
1 parent 7dbe8f2 commit 9041ae6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/insuranceFundStake.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ import {
4343
setFeedPrice,
4444
sleep,
4545
} from './testHelpers';
46-
import {BulkAccountLoader, ContractTier, PERCENTAGE_PRECISION, UserStatus} from '../sdk';
46+
import {
47+
BulkAccountLoader,
48+
ContractTier,
49+
PERCENTAGE_PRECISION,
50+
UserStatus,
51+
} from '../sdk';
4752

4853
describe('insurance fund stake', () => {
4954
const provider = anchor.AnchorProvider.local(undefined, {
@@ -130,7 +135,7 @@ describe('insurance fund stake', () => {
130135
periodicity,
131136
new BN(22500 * PEG_PRECISION.toNumber()),
132137
undefined,
133-
ContractTier.A,
138+
ContractTier.A
134139
);
135140
await driftClient.updatePerpMarketStatus(0, MarketStatus.ACTIVE);
136141
await driftClient.updatePerpMarketBaseSpread(0, 2000);

0 commit comments

Comments
 (0)