Skip to content

Commit d59e1a5

Browse files
committed
Change freeze_time to Monday 0:00:01
1 parent 3056e3e commit d59e1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ async def device_test(self, smile=pw_smile.Smile, testdata=None):
377377
_LOGGER.info("Asserting testdata:")
378378
bsw_list = ["binary_sensors", "central", "climate", "sensors", "switches"]
379379
# Make sure to test with the day set to Sunday, needed for full testcoverage of schedules_temps()
380-
with freeze_time("2022-05-15 23:59:59"):
380+
with freeze_time("2022-05-16 00:00:01"):
381381
await smile._full_update_device()
382382
smile.get_all_devices()
383383
data = await smile.async_update()

0 commit comments

Comments
 (0)