From d561a49a78379480596bcd5b4f6e8a34374d425f Mon Sep 17 00:00:00 2001 From: Fahrrader Date: Mon, 05 Sep 2022 15:09:31 +0000 Subject: [PATCH] test(util): fix extra message labeling --- --- a/tests/src/eth/util/playgrounds/unique.dev.ts +++ b/tests/src/eth/util/playgrounds/unique.dev.ts @@ -154,7 +154,7 @@ await this.helper.executeExtrinsic( signer, 'api.tx.evm.call', [this.helper.address.substrateToEth(signer.address), contractAddress, abi, value, gasLimit, gasPrice, null, null, []], - true, 'Unable to perform evm.call', + true, ); } -- gitstuff