Skip to content

Commit 54db50d

Browse files
committed
fix: lint and prettier
1 parent 54b979f commit 54db50d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/ifRebalance.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ describe('spot swap', () => {
7272
let spotMarketIndexes: number[];
7373
let oracleInfos: OracleInfo[];
7474

75-
const solSpotMarketIndex = 1;
76-
7775
let takerKeypair: Keypair;
7876

7977
before(async () => {
@@ -372,7 +370,7 @@ describe('spot swap', () => {
372370
market.programId,
373371
market.publicKey,
374372
// @ts-ignore
375-
market._decoded.vaultSignerNonce,
373+
market._decoded.vaultSignerNonce
376374
),
377375
programId: market.programId,
378376
});

0 commit comments

Comments
 (0)