difftreelog
Merge pull request #79 from usetech-llc/feature/NFTPAR-256
in: master
Feature/nftpar 256
2 files changed
tests/src/setConstOnChainSchema.test.tsdiffbeforeafterboth262627 });27 });28});28});29describe.only('Integration Test ext. setConstOnChainSchema()', () => {29describe('Integration Test ext. setConstOnChainSchema()', () => {303031 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});525253describe.only('Negative Integration Test ext. setConstOnChainSchema()', () => {53describe('Negative Integration Test ext. setConstOnChainSchema()', () => {545455 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) => {tests/src/setVariableOnChainSchema.test.tsdiffbeforeafterbothno changes