diff --git a/e2e-tests/tests/test-teleport-laos.ts b/e2e-tests/tests/test-teleport-laos.ts index aae43d665..d31f499a3 100644 --- a/e2e-tests/tests/test-teleport-laos.ts +++ b/e2e-tests/tests/test-teleport-laos.ts @@ -178,6 +178,7 @@ describeWithExistingNode( const sudoCall = apiLaos.tx.sudo.sudo( apiLaos.tx.polkadotXcm.send(this.laosItems.assetHubLocation, instruction) ); + try { await sudoCall.signAndSend(this.ethereumPairs.alith); } catch (error) { @@ -481,7 +482,7 @@ describeWithExistingNode( console.log("transaction failed", error); } - // Check that LAOS has been sent back in LAOS + // Check that $LAOS has been sent back to Laos const event = await waitForEvent( apiLaos, ({ event }) => {