Skip to content

Commit

Permalink
fix snapshots for acc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rihyx committed Apr 16, 2024
1 parent 5499219 commit 4084c95
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test:update": "turbo run test:update",
"test:ci": "turbo run test:ci",
"test:acc": "turbo run test:acc",
"test:acc:u": "turbo run test:acc -- -u",
"prepare": "husky install",
"changeset": "changeset",
"changeset:version": "changeset version && npm i --package-lock-only",
Expand Down
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 @@ -322,6 +322,13 @@ exports[`sdk getParachainBalances should get expected balances for Moonbase Beta

exports[`sdk getParachainBalances should get expected balances for Moonbeam 1`] = `
[
r {
"amount": 0n,
"decimals": 12,
"key": "bncs",
"originSymbol": "BNCS",
"symbol": "BNCS",
},
r {
"amount": 0n,
"decimals": 10,
Expand Down Expand Up @@ -420,6 +427,13 @@ exports[`sdk getParachainBalances should get expected balances for Moonbeam 1`]
"originSymbol": "HDX",
"symbol": "HDX",
},
r {
"amount": 0n,
"decimals": 10,
"key": "ded",
"originSymbol": "DED",
"symbol": "DED",
},
r {
"amount": 0n,
"decimals": 10,
Expand Down

0 comments on commit 4084c95

Please sign in to comment.