Skip to content

Commit 6c5dd05

Browse files
committed
Remove no longer available hourly_reset assert
1 parent 9da04f3 commit 6c5dd05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_usb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,6 @@ def test_pulse_collection_consumption(
11281128
pulse_update_4 = fixed_this_hour + td(hours=1, minutes=1)
11291129
tst_consumption.update_pulse_counter(45, 0, pulse_update_4)
11301130
assert tst_consumption.log_rollover
1131-
assert tst_consumption.hourly_reset_time == pulse_update_4
11321131
# Collected pulses last hour:
11331132
assert tst_consumption.collected_pulses(
11341133
test_timestamp, is_consumption=True

0 commit comments

Comments
 (0)