Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
YogevBokobza committed Jan 16, 2025
1 parent 885ac43 commit a5129b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_api_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ def test_switcher_state_response_dataclass(get_power_consumption, get_auto_shutd
get_auto_shutdown.assert_called()
assert get_auto_shutdown.call_count == 2


@patch(messages.__name__ + ".get_schedules", return_value={Mock(), Mock()})
def test_switcher_get_schedules_response_dataclass_with_two_schedules(get_schedules):
sut = SwitcherGetSchedulesResponse(b'moot binary data2')
Expand Down

0 comments on commit a5129b9

Please sign in to comment.