Skip to content

Commit a146fbb

Browse files
committed
Fix assert
1 parent 1aa5bb2 commit a146fbb

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 + 23861, pulse_update_4)
1138+
) == (45 + 22861, pulse_update_4)
11391139
# pulse-count of 2500 is ignored, the code does not export this incorrect value
11401140

11411141
tst_consumption.add_log(100, 2, (fixed_this_hour + td(hours=1)), 2222)

0 commit comments

Comments
 (0)