Skip to content

Commit 2f1c57b

Browse files
committed
Correct freeze-time comment
1 parent 5d105cb commit 2f1c57b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_smile.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,8 @@ async def device_test(
380380
):
381381
"""Perform basic device tests."""
382382
bsw_list = ["binary_sensors", "central", "climate", "sensors", "switches"]
383-
# Make sure to test with the day set to Sunday, needed for full testcoverage of schedules_temps()
383+
# Make sure to test thermostats with the day set to Monday, needed for full testcoverage of schedules_temps()
384+
# Otherwise set the day to Sunday.
384385
with freeze_time(test_time):
385386
if initialize:
386387
_LOGGER.info("Asserting testdata:")

0 commit comments

Comments
 (0)