Skip to content

Commit

Permalink
fix acc tests (#295)
Browse files Browse the repository at this point in the history
* fix acc tests

* add changeset
  • Loading branch information
Rihyx authored Jul 15, 2024
1 parent e081722 commit 0750524
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-ligers-relax.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moonbeam-network/xcm-sdk': patch
---

fix acceptance tests
14 changes: 14 additions & 0 deletions packages/sdk/tests/acceptance/__snapshots__/sdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,20 @@ exports[`sdk > getParachainBalances > on 'Moonbeam' for address: '0x4E82143Af671
"originSymbol": "HDX",
"symbol": "HDX",
},
a {
"amount": 0n,
"decimals": 18,
"key": "apillon",
"originSymbol": "NCTR",
"symbol": "NCTR",
},
a {
"amount": 0n,
"decimals": 10,
"key": "stink",
"originSymbol": "STINK",
"symbol": "STINK",
},
a {
"amount": 0n,
"decimals": 10,
Expand Down

0 comments on commit 0750524

Please sign in to comment.