From 34dcce2da5ab327f36f901123441071fd28f127e Mon Sep 17 00:00:00 2001 From: Trubnikov Sergey Date: Fri, 27 May 2022 20:11:25 +0000 Subject: [PATCH] Fix test Create collection --- --- a/tests/src/eth/createCollection.test.ts +++ b/tests/src/eth/createCollection.test.ts @@ -47,7 +47,6 @@ expect(collection.name.map(v => String.fromCharCode(v.toNumber())).join('')).to.be.eq(collectionName); expect(collection.description.map(v => String.fromCharCode(v.toNumber())).join('')).to.be.eq(description); expect(collection.tokenPrefix.toHuman()).to.be.eq(tokenPrefix); - expect(collection.schemaVersion.type).to.be.eq('ImageURL'); }); itWeb3('Check collection address exist', async ({api, web3}) => { -- gitstuff