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 7091baf commit 66fab75Copy full SHA for 66fab75
packages/sdk/src/liquidity/liquidity.spec.ts
@@ -8,7 +8,7 @@ import { createDexShareName } from '@acala-network/sdk-core';
8
9
dotenv.config();
10
11
-describe('wallet', () => {
+describe.skip('liquidity', () => {
12
let sdk: Liquidity | undefined;
13
14
jest.setTimeout(50000);
@@ -29,7 +29,7 @@ describe('wallet', () => {
29
return wallet.liquidity;
30
};
31
32
- test.skip('get all enabled pool should be ok', async () => {
+ test('get all enabled pool should be ok', async () => {
33
const liqudity = await initSDK();
34
35
const enabledPools = await liqudity.getPoolListByStatus();
0 commit comments