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 837a202 commit 4ca952cCopy full SHA for 4ca952c
tests/test_usb.py
@@ -1116,7 +1116,7 @@ def test_pulse_collection_consumption(
1116
tst_consumption.update_pulse_counter(45, 0, pulse_update_3)
1117
assert tst_consumption.log_rollover
1118
assert tst_consumption.hourly_reset_time == pulse_update_3
1119
- test_timestamp = fixed_this_hour + td(hours=1, seconds=5)
+ test_timestamp = fixed_this_hour + td(hours=1, minutes=1, seconds=5)
1120
assert tst_consumption.collected_pulses(
1121
test_timestamp, is_consumption=True
1122
) == (45, pulse_update_3)
0 commit comments