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

difftreelog

Fix tests for quartz and unique

Max Andreev2022-12-05parent: #256ba30.patch.diff
in: master

1 file changed

modifiedtests/src/eth/collectionAdmin.test.tsdiffbeforeafterboth
425 await collectionEvm.methods.changeCollectionOwnerCross(ownerCrossSub).send({from: ownerEth});425 await collectionEvm.methods.changeCollectionOwnerCross(ownerCrossSub).send({from: ownerEth});
426 expect(await collectionEvm.methods.isOwnerOrAdminCross(ownerCrossSub).call()).to.be.true;426 expect(await collectionEvm.methods.isOwnerOrAdminCross(ownerCrossSub).call()).to.be.true;
427 expect(await helper.collection.getData(collectionId))427 expect(await helper.collection.getData(collectionId))
428 .to.have.property('normalizedOwner').that.is.eq(ownerSub.address);428 .to.have.property('normalizedOwner').that.is.eq(helper.address.normalizeSubstrate(ownerSub.address));
429 });429 });
430430
431 itEth.skip('change owner call fee', async ({helper}) => {431 itEth.skip('change owner call fee', async ({helper}) => {