git.delta.rocks / unique-network / refs/commits / 4eb166e04e28

difftreelog

Formatting

Greg Zaitsev2021-01-26parent: #bc27001.patch.diff
in: master

1 file changed

modifiedtests/src/setConstOnChainSchema.test.tsdiffbeforeafterboth
2626
27 });27 });
28});28});
29describe('Integration Test ext. setConstOnChainSchema()', () => {29describe.only('Integration Test ext. setConstOnChainSchema()', () => {
3030
31 it('Run extrinsic with parameters of the collection id, set the scheme', async () => {31 it('Run extrinsic with parameters of the collection id, set the scheme', async () => {
32 await usingApi(async (api) => {32 await usingApi(async (api) => {
50 });50 });
51});51});
5252
53describe('Negative Integration Test ext. setConstOnChainSchema()', () => {53describe.only('Negative Integration Test ext. setConstOnChainSchema()', () => {
5454
55 it('Set a non-existent collection', async () => {55 it('Set a non-existent collection', async () => {
56 await usingApi(async (api) => {56 await usingApi(async (api) => {