Skip to content

Commit

Permalink
tests: yarn prettify:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Jul 17, 2024
1 parent 798e6ef commit e91295b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tests/triggerSpotOrder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import {
User,
Wallet,
OrderTriggerCondition,
getTriggerMarketOrderParams, OracleGuardRails,
getTriggerMarketOrderParams,
OracleGuardRails,
} from '../sdk/src';

import {
Expand All @@ -24,7 +25,12 @@ import {
initializeQuoteSpotMarket,
initializeSolSpotMarket,
} from './testHelpers';
import {BASE_PRECISION, isVariant, OracleSource, PERCENTAGE_PRECISION} from '../sdk';
import {
BASE_PRECISION,
isVariant,
OracleSource,
PERCENTAGE_PRECISION,
} from '../sdk';
import { startAnchor } from 'solana-bankrun';
import { TestBulkAccountLoader } from '../sdk/src/accounts/testBulkAccountLoader';
import { BankrunContextWrapper } from '../sdk/src/bankrun/bankrunConnection';
Expand Down

0 comments on commit e91295b

Please sign in to comment.