git.delta.rocks / unique-network / refs/commits / 8afb146fd3b5

difftreelog

fix remove redundant await

Daniel Shiposha2022-09-30parent: #cd9df53.patch.diff
in: master

1 file changed

modifiedtests/src/eth/tokenProperties.test.tsdiffbeforeafterboth
11 await collection.addAdmin(alice, {Ethereum: caller});11 await collection.addAdmin(alice, {Ethereum: caller});
1212
13 const address = helper.ethAddress.fromCollectionId(collection.collectionId);13 const address = helper.ethAddress.fromCollectionId(collection.collectionId);
14 const contract = await helper.ethNativeContract.collection(address, 'nft', caller);14 const contract = helper.ethNativeContract.collection(address, 'nft', caller);
1515
16 await contract.methods.setTokenPropertyPermission('testKey', mutable, collectionAdmin, tokenOwner).send({from: caller});16 await contract.methods.setTokenPropertyPermission('testKey', mutable, collectionAdmin, tokenOwner).send({from: caller});
17 17