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 7889851 commit 08b85f0Copy full SHA for 08b85f0
tests/test_usb.py
@@ -1125,7 +1125,7 @@ def test_pulse_collection_consumption(
1125
assert tst_consumption.log_rollover
1126
assert tst_consumption.collected_pulses(
1127
test_timestamp, is_consumption=True
1128
- ) == (2700 + 2861, pulse_update_3)
+ ) == (2700 + 1750 + 1111, pulse_update_3)
1129
test_timestamp = fixed_this_hour + td(hours=1, seconds=18)
1130
tst_consumption.update_pulse_counter(45, 0, test_timestamp)
1131
0 commit comments