Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Haglund committed Sep 13, 2023
1 parent 06320cb commit cfc4afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_fix_amount.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


def test_fix_amount():
assert fix_amount(0) == "0,00"
assert fix_amount(0) == ""
assert fix_amount(0.123) == "0,12"
assert fix_amount(0.129) == "0,13"

0 comments on commit cfc4afe

Please sign in to comment.