Skip to content

Commit

Permalink
sdk: prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Nov 21, 2024
1 parent 7b1d901 commit 7df3926
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions tests/forceUserDelete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,20 +216,18 @@ describe('spot deposit and withdraw', () => {
});

it('Second User Deposit SOL', async () => {
[
secondUserDriftClient,
secondUserDriftClientWSOLAccount,
] = await createUserWithUSDCAndWSOLAccount(
bankrunContextWrapper,
usdcMint,
chProgram,
solAmount,
ZERO,
marketIndexes,
spotMarketIndexes,
oracleInfos,
bulkAccountLoader
);
[secondUserDriftClient, secondUserDriftClientWSOLAccount] =
await createUserWithUSDCAndWSOLAccount(
bankrunContextWrapper,
usdcMint,
chProgram,
solAmount,
ZERO,
marketIndexes,
spotMarketIndexes,
oracleInfos,
bulkAccountLoader
);

const marketIndex = 1;
const txSig = await secondUserDriftClient.deposit(
Expand Down

0 comments on commit 7df3926

Please sign in to comment.