Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Mar 29, 2024
1 parent 8f20c80 commit a29265b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/multipleSpotMakerOrders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ import {
import {
MARGIN_PRECISION,
OrderType,
SpotFulfillmentType,
SpotOperation,
} from '../sdk';
} from '../sdk/src';
import { LAMPORTS_PER_SOL } from '@solana/web3.js';
import {ContractTier} from "../sdk";

describe('multiple maker orders', () => {
const provider = anchor.AnchorProvider.local(undefined, {
Expand Down Expand Up @@ -130,6 +130,7 @@ describe('multiple maker orders', () => {
periodicity,
new BN(0.69 * PEG_PRECISION.toNumber()),
OracleSource.PYTH,
ContractTier.A,
MARGIN_PRECISION.toNumber() / 4, // 4x
MARGIN_PRECISION.toNumber() / 5 // 5x
);
Expand Down

0 comments on commit a29265b

Please sign in to comment.