Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerza committed Aug 23, 2023
1 parent 7d14e59 commit e3c65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/ha_addon_sunsynk_multi/test_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run2(now: int) -> None:
SyncCallback(name="test2", callback=run2, every=2),
]

with (patch("ha_addon_sunsynk_multi.timer_callback.modf") as mock_time,):
with patch("ha_addon_sunsynk_multi.timer_callback.modf") as mock_time:
lst = [(0.99, s) for s in range(2, 20)]
_LOGGER.info(lst)
mock_time.side_effect = lst
Expand Down

0 comments on commit e3c65b5

Please sign in to comment.