Skip to content

Commit

Permalink
lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Nov 18, 2024
1 parent 8346c9f commit 2693bdd
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ describeSuite({

it({
id: "T01",
title:
"should receive foreign asset transfer, paying fees in origin chain's foreign asset",
title: "should receive foreign asset transfer, paying fees in origin chain's foreign asset",
test: async function () {
// 3. Build incoming XCM message
const xcmMessage = new XcmFragment({
Expand Down Expand Up @@ -143,7 +142,9 @@ describeSuite({
.unwrap()
.balance.toBigInt();

const xcMaticBalanceBefore = (await api.query.assets.account(xcMaticAssetId, descendAddress))
const xcMaticBalanceBefore = (
await api.query.assets.account(xcMaticAssetId, descendAddress)
)
.unwrap()
.balance.toBigInt();

Expand Down

0 comments on commit 2693bdd

Please sign in to comment.