difftreelog
Fix test Create collection
in: master
1 file changed
tests/src/eth/createCollection.test.tsdiffbeforeafterboth47 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 });525153 itWeb3('Check collection address exist', async ({api, web3}) => {52 itWeb3('Check collection address exist', async ({api, web3}) => {