File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ async def fake_get_missing_energy_logs(address: int) -> None:
939939 )
940940 await stick .disconnect ()
941941
942- @freeze_time ("2025-04-04 00:00:00" , tz_offset = - 2 )
942+ @freeze_time ("2025-04-04 00:00:00" , tz_offset = 0 )
943943 def test_pulse_collection_consumption (
944944 self , monkeypatch : pytest .MonkeyPatch
945945 ) -> None :
@@ -948,7 +948,7 @@ def test_pulse_collection_consumption(
948948
949949 # fixed_timestamp_utc = dt.now(UTC)
950950 # fixed_this_hour = fixed_timestamp_utc.replace(minute=0, second=0, microsecond=0)
951- fixed_this_hour = dt .now (UTC )
951+ fixed_this_hour = dt .now ()
952952
953953 # Test consumption logs
954954 tst_consumption = pw_energy_pulses .PulseCollection (mac = "0098765432101234" )
You can’t perform that action at this time.
0 commit comments