Skip to content

Commit

Permalink
Rename e2e reserve test to local reserve
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenovilla committed Jan 10, 2025
1 parent e32adf9 commit 3b99a5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { sendTxAndWaitForFinalization } from "@utils/transactions";
import { getFinalizedBlockNumber } from "@utils/blocks";
import { hexToBn } from "@polkadot/util";

describeWithExistingNodeXcm("Reserve transfer LAOS <-> Moonbeam", function () {
step("Reserve transfer from LAOS to Moonbeam", async function () {
describeWithExistingNodeXcm("Local Reserve transfer LAOS <-> Moonbeam", function () {
step("Local Reserve transfer from LAOS to Moonbeam", async function () {
const beneficiary = this.chains.laos.createType("XcmVersionedLocation", {
V4: {
parents: "0",
Expand Down

0 comments on commit 3b99a5a

Please sign in to comment.