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

difftreelog

Merge pull request #79 from usetech-llc/feature/NFTPAR-256

Greg Zaitsev2021-02-01parents: #4622c7c #ea4869a.patch.diff
in: master
Feature/nftpar 256

2 files 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) => {
addedtests/src/setVariableOnChainSchema.test.tsdiffbeforeafterboth

no changes