From 01b189ec305a5a1a42843fad83df69dbe56969fc Mon Sep 17 00:00:00 2001 From: PraetorP Date: Tue, 11 Oct 2022 14:29:18 +0000 Subject: [PATCH] fixup regenerate solidity --- --- a/tests/src/eth/collectionAdmin.test.ts +++ b/tests/src/eth/collectionAdmin.test.ts @@ -95,7 +95,7 @@ expect(await collectionEvm.methods.isOwnerOrAdmin(newAdmin).call()).to.be.true; }); - itEth('Check adminlist', async ({helper, privateKey}) => { + itEth.skip('Check adminlist', async ({helper, privateKey}) => { const owner = await helper.eth.createAccountWithBalance(donor); const {collectionAddress, collectionId} = await helper.eth.createNonfungibleCollection(owner, 'A', 'B', 'C'); -- gitstuff