We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4881ca9 commit a997c96Copy full SHA for a997c96
packages/sdk/tests/unit/dataProtectorCore/processProtectedData/fetchOrdersUnderMaxPrice.test.ts
@@ -6,7 +6,6 @@ import { fetchOrdersUnderMaxPrice } from '../../../../src/utils/fetchOrdersUnder
6
import { EMPTY_ORDER_BOOK } from '../../../test-utils.js';
7
import { MOCK_APP_ORDER } from '../../../utils/appOrders.js';
8
import { MOCK_DATASET_ORDER } from '../../../utils/datasetOrders.js';
9
-import { MOCK_WORKERPOOL_ORDER } from '../../../utils/workerpoolOrders.js';
10
11
describe('processProtectedData > fetchOrdersUnderMaxPrice', () => {
12
const wallet = Wallet.createRandom();
0 commit comments