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 9ca5773 commit 688a8adCopy full SHA for 688a8ad
tests/test_usb.py
@@ -1148,7 +1148,7 @@ def test_pulse_collection_consumption(
1148
) == (145 + 2222 + 3333, pulse_update_5)
1149
pulse_update_6 = fixed_this_hour + td(hours=2, seconds=10)
1150
tst_consumption.update_pulse_counter(321, 0, pulse_update_6)
1151
- assert tst_consumption.log_rollover
+ assert not tst_consumption.log_rollover
1152
assert tst_consumption.collected_pulses(
1153
fixed_this_hour, is_consumption=True
1154
) == (2222 + 3333 + 321, pulse_update_6)
0 commit comments