Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Nov 5, 2024
2 parents 1ebaae4 + ec30dd4 commit d9956d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e-tests/tests/test-teleport-laos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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 }) => {
Expand Down

0 comments on commit d9956d5

Please sign in to comment.