Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abzokhattab committed Mar 28, 2024
1 parent 0000b2b commit 89d4d77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/CurrencyUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ describe('CurrencyUtils', () => {
[2500.5, '25.00'],
[null, ''],
[undefined, ''],
['', '0.00'],
[0, '0.00'],
])('Correctly converts %s to amount in units handled in frontend as a string', (input, expectedResult) => {
expect(CurrencyUtils.convertToFrontendAmountAsString(input)).toBe(expectedResult);
Expand Down

0 comments on commit 89d4d77

Please sign in to comment.