git.delta.rocks / unique-network / refs/commits / 34dcce2da5ab

difftreelog

Fix test Create collection

Trubnikov Sergey2022-05-27parent: #1062e17.patch.diff
in: master

1 file changed

modifiedtests/src/eth/createCollection.test.tsdiffbeforeafterboth
47 expect(collection.name.map(v => String.fromCharCode(v.toNumber())).join('')).to.be.eq(collectionName);47 expect(collection.name.map(v => String.fromCharCode(v.toNumber())).join('')).to.be.eq(collectionName);
48 expect(collection.description.map(v => String.fromCharCode(v.toNumber())).join('')).to.be.eq(description);48 expect(collection.description.map(v => String.fromCharCode(v.toNumber())).join('')).to.be.eq(description);
49 expect(collection.tokenPrefix.toHuman()).to.be.eq(tokenPrefix);49 expect(collection.tokenPrefix.toHuman()).to.be.eq(tokenPrefix);
50 expect(collection.schemaVersion.type).to.be.eq('ImageURL');
51 });50 });
5251
53 itWeb3('Check collection address exist', async ({api, web3}) => {52 itWeb3('Check collection address exist', async ({api, web3}) => {