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

difftreelog

test(util) fix extra message labeling

Fahrrader2022-09-05parent: #45d6652.patch.diff
in: master

1 file changed

modifiedtests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth
154 await this.helper.executeExtrinsic(154 await this.helper.executeExtrinsic(
155 signer,155 signer,
156 'api.tx.evm.call', [this.helper.address.substrateToEth(signer.address), contractAddress, abi, value, gasLimit, gasPrice, null, null, []],156 'api.tx.evm.call', [this.helper.address.substrateToEth(signer.address), contractAddress, abi, value, gasLimit, gasPrice, null, null, []],
157 true, 'Unable to perform evm.call',157 true,
158 );158 );
159 }159 }
160160