difftreelog
fix remove redundant await
in: master
1 file changed
tests/src/eth/tokenProperties.test.tsdiffbeforeafterboth11 await collection.addAdmin(alice, {Ethereum: caller});11 await collection.addAdmin(alice, {Ethereum: caller});121213 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);151516 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