|
@@ -1,14 +1,14 @@
|
|
|
-import { initConfig } from '../../utils/config';
|
|
|
+import { initConfig } from '../../../utils/config';
|
|
|
import { Keyring, WsProvider } from '@polkadot/api';
|
|
|
import { KeyringPair } from '@polkadot/keyring/types';
|
|
|
import { membershipTest } from '../membershipCreationTest';
|
|
|
import { councilTest } from '../electingCouncilTest';
|
|
|
import { registerJoystreamTypes } from '@joystream/types';
|
|
|
-import { ApiWrapper } from '../../utils/apiWrapper';
|
|
|
+import { ApiWrapper } from '../../../utils/apiWrapper';
|
|
|
import { v4 as uuid } from 'uuid';
|
|
|
import BN = require('bn.js');
|
|
|
|
|
|
-describe.skip('Mint capacity proposal network tests', () => {
|
|
|
+describe('Mint capacity proposal network tests', () => {
|
|
|
initConfig();
|
|
|
const keyring = new Keyring({ type: 'sr25519' });
|
|
|
const nodeUrl: string = process.env.NODE_URL!;
|