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 a0cfd08 commit 4e3dc0dCopy full SHA for 4e3dc0d
tests/test_usb.py
@@ -1123,7 +1123,7 @@ def test_pulse_collection_consumption(
1123
# Collected pulses last day:
1124
assert tst_consumption.collected_pulses(
1125
fixed_this_hour - td(hours=24), is_consumption=True
1126
- ) == (2500 + 1111 + 1000 + 750, pulse_update_3)
+ ) == (2500 + 23861, pulse_update_3)
1127
pulse_update_4 = fixed_this_hour + td(hours=1, minutes=1, seconds=3)
1128
tst_consumption.update_pulse_counter(45, 0, pulse_update_4)
1129
assert tst_consumption.log_rollover
0 commit comments