We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf84c6d commit 88b008bCopy full SHA for 88b008b
tests/test_usb.py
@@ -1121,7 +1121,6 @@ def test_pulse_collection_consumption(
1121
pulse_update_4 = fixed_this_hour + td(hours=1, minutes=1, seconds=3)
1122
tst_consumption.update_pulse_counter(45, 0, pulse_update_4)
1123
assert tst_consumption.log_rollover
1124
- assert tst_consumption.hourly_reset_time == pulse_update_4
1125
test_timestamp = fixed_this_hour + td(hours=1, minutes=1, seconds=4)
1126
assert tst_consumption.collected_pulses(
1127
test_timestamp, is_consumption=True
0 commit comments