diff --git a/tests/test/evm/evmToSubstrateTransaction.test.ts b/tests/test/evm/evmToSubstrateTransaction.test.ts index 353673038..2b2f7a0c2 100644 --- a/tests/test/evm/evmToSubstrateTransaction.test.ts +++ b/tests/test/evm/evmToSubstrateTransaction.test.ts @@ -68,7 +68,7 @@ import { VAnchor } from '@webb-tools/anchors'; import { MintableToken } from '@webb-tools/tokens'; const { ecdsaSign } = pkg; -describe('Cross chain transaction <<>> Mocked Backend', function () { +describe('Cross chain transaction <<>> Mocked Backend', function() { const tmpDirPath = temp.mkdirSync(); let localChain1: LocalChain; let aliceNode: LocalTangle; @@ -94,11 +94,11 @@ describe('Cross chain transaction <<>> Mocked Backend', function () { const usageMode: UsageMode = isCi ? { mode: 'docker', forcePullImage: false } : { - mode: 'host', - nodePath: path.resolve( - '../../tangle/target/release/tangle-standalone' - ), - }; + mode: 'host', + nodePath: path.resolve( + '../../tangle/target/release/tangle-standalone' + ), + }; const enabledPallets: Pallet[] = [ { pallet: 'VAnchorBn254', @@ -337,6 +337,7 @@ describe('Cross chain transaction <<>> Mocked Backend', function () { typedTargetChainId, 0 ); + webbRelayer.clearLogs(); // substrate vanchor withdraw await vanchorWithdraw( vanchor1,