Skip to content

Commit b167ef9

Browse files
committed
yarn prettify:fix
1 parent 5ebc84b commit b167ef9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

tests/oracleFillPriceGuardrails.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ import {
2424
mockUserUSDCAccount,
2525
setFeedPriceNoProgram,
2626
} from './testHelpers';
27-
import { MARGIN_PRECISION, OrderType, PerpOperation, PostOnlyParams } from '../sdk';
27+
import {
28+
MARGIN_PRECISION,
29+
OrderType,
30+
PerpOperation,
31+
PostOnlyParams,
32+
} from '../sdk';
2833
import { startAnchor } from 'solana-bankrun';
2934
import { TestBulkAccountLoader } from '../sdk/src/accounts/testBulkAccountLoader';
3035
import { BankrunContextWrapper } from '../sdk/src/bankrun/bankrunConnection';
@@ -145,7 +150,10 @@ describe('oracle fill guardrails', () => {
145150
userUSDCAccount.publicKey
146151
);
147152

148-
await fillerDriftClient.updatePerpMarketPausedOperations(0, PerpOperation.AMM_FILL);
153+
await fillerDriftClient.updatePerpMarketPausedOperations(
154+
0,
155+
PerpOperation.AMM_FILL
156+
);
149157
});
150158

151159
beforeEach(async () => {

0 commit comments

Comments
 (0)