Skip to content

Commit 24a45af

Browse files
committed
Adapt test-assert
1 parent 60cff1b commit 24a45af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_usb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ def test_pulse_collection_consumption(
11351135
# Collected pulses last day:
11361136
assert tst_consumption.collected_pulses(
11371137
test_timestamp - td(hours=24), is_consumption=True
1138-
) == (45 + 2500 + 23861, pulse_update_4)
1138+
) == (45 + 2500 + 20361, pulse_update_4)
11391139
# tst_consumption.add_log(100, 2, (fixed_this_hour + td(hours=1)), 2222)
11401140
# assert not tst_consumption.log_rollover
11411141
## Test collection of the last full hour

0 commit comments

Comments
 (0)