Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 6934d02

Browse files
committed
Fix linter
1 parent a53b839 commit 6934d02

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/js/test/plugins/auctionHouseModule/directBuy.test.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
import test, { Test } from 'tape';
2+
import spok, { Specifications } from 'spok';
3+
import { Keypair } from '@solana/web3.js';
24
import {
35
createNft,
46
createSft,
57
createWallet,
68
killStuckProcess,
7-
metaplex, spokSameAmount, spokSamePubkey,
9+
metaplex,
10+
spokSameAmount,
11+
spokSamePubkey,
812
} from '../../helpers';
913
import { createAuctionHouse } from './helpers';
1014
import { sol, token } from '@/types';
11-
import spok, { Specifications } from 'spok';
12-
import { Purchase } from '@/plugins';
13-
import { Keypair } from '@solana/web3.js';
15+
import { Purchase } from '@/index';
1416

1517
killStuckProcess();
1618

0 commit comments

Comments
 (0)