Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Jun 21, 2023
1 parent ff2325f commit 2202125
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/coin-polkadot/src/api/sidecar.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("getAccount", () => {
locks: [
{
amount: "60000000000",
reason: "All",
reasons: "All",
},
],
targets: [],
Expand All @@ -28,15 +28,15 @@ describe("getAccount", () => {
locks: [
{
amount: "1",
reason: "reason 1",
reasons: "reason 1",
},
{
amount: "5",
reason: "reason 2",
reasons: "reason 2",
},
{
amount: "3",
reason: "reason 3",
reasons: "reason 3",
},
],
targets: [],
Expand Down

0 comments on commit 2202125

Please sign in to comment.