Skip to content

Commit

Permalink
Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
dimartiro committed Dec 23, 2024
1 parent 58d3e02 commit 921ecc7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/suites/dev-tanssi-relay/xcm/test-xcm-send-upward.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { u8aToHex } from "@polkadot/util";
import { jumpToSession } from "util/block";
import { RawXcmMessage, XcmFragment, injectUmpMessageAndSeal } from "../../../util/xcm";


describeSuite({
id: "DTR1003",
title: "XCM - Succeeds sending XCM",
Expand All @@ -18,9 +17,9 @@ describeSuite({
beforeAll(async function () {
polkadotJs = context.polkadotJs();
alice = new Keyring({ type: "sr25519" }).addFromUri("//Alice", {
name: "Alice default",
});
name: "Alice default",
});

transferredBalance = 10_000_000_000_000n;
});

Expand Down Expand Up @@ -55,7 +54,7 @@ describeSuite({
payload: xcmMessage,
} as RawXcmMessage);

await jumpToSession(context, 3);
await jumpToSession(context, 3);

// Create a block in which the XCM will be executed
await context.createBlock();
Expand Down

0 comments on commit 921ecc7

Please sign in to comment.