Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gerw committed Feb 5, 2024
1 parent 3d94a59 commit 4484f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_datatypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def test_to_heatpump(self):
assert a.to_heatpump(0) == 0
assert a.to_heatpump(26) == 2
assert a.to_heatpump(40) == 3
assert a.to_heatpump(-100) == -7
assert a.to_heatpump(-100) == -8


class TestCelsius:
Expand Down

0 comments on commit 4484f0b

Please sign in to comment.