git.delta.rocks / unique-network / refs/commits / d2391d45ab83

difftreelog

Update setConstOnChainSchema.test.ts

Antz0x0z2021-01-27parent: #4622c7c.patch.diff
in: master
Fix param describe.only

1 file changed

modifiedtests/src/setConstOnChainSchema.test.tsdiffbeforeafterboth
2626
27 });27 });
28});28});
29describe.only('Integration Test ext. setConstOnChainSchema()', () => {29describe('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.only('Negative Integration Test ext. setConstOnChainSchema()', () => {53describe('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) => {