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 bac0c4e commit ce3742aCopy full SHA for ce3742a
tests/test_usb.py
@@ -1141,7 +1141,7 @@ def test_pulse_collection_consumption(
1141
assert tst_consumption.log_rollover
1142
assert tst_consumption.collected_pulses(
1143
fixed_this_hour, is_consumption=True
1144
- ) == (None, None)
+ ) == (45+ 2222 + 3333, pulse_update_3)
1145
pulse_update_4 = fixed_this_hour + td(hours=2, seconds=10)
1146
tst_consumption.update_pulse_counter(321, 0, pulse_update_4)
1147
assert not tst_consumption.log_rollover
0 commit comments