Skip to content

Commit 88b008b

Browse files
committed
Remove related test-assert
1 parent cf84c6d commit 88b008b

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
@@ -1121,7 +1121,6 @@ def test_pulse_collection_consumption(
11211121
pulse_update_4 = fixed_this_hour + td(hours=1, minutes=1, seconds=3)
11221122
tst_consumption.update_pulse_counter(45, 0, pulse_update_4)
11231123
assert tst_consumption.log_rollover
1124-
assert tst_consumption.hourly_reset_time == pulse_update_4
11251124
test_timestamp = fixed_this_hour + td(hours=1, minutes=1, seconds=4)
11261125
assert tst_consumption.collected_pulses(
11271126
test_timestamp, is_consumption=True

0 commit comments

Comments
 (0)