Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Sep 13, 2024
1 parent a245ce8 commit f0d56df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/base/__tests__/amount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe("Amount Tests", function () {
[{ amount: "1", decimals: 18 }, 20, "0.00000000000000000100"],
[{ amount: "5020", decimals: 2 }, 0, "50.2"],
[{ amount: "5020", decimals: 2 }, 4, "50.2000"],
[{ amount: "5020", decimals: 2 }, undefined, "50.20"],
[{ amount: "5020", decimals: 2 }, undefined, "50.2"],
[{ amount: "1", decimals: 0 }, 0, "1"],
];

Expand Down

0 comments on commit f0d56df

Please sign in to comment.