Skip to content

Commit 06ab75e

Browse files
committed
Remove double test-assert
1 parent 08b85f0 commit 06ab75e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_usb.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,6 @@ def test_pulse_collection_consumption(
11331133
) == (45, test_timestamp)
11341134
tst_consumption.add_log(100, 2, (fixed_this_hour + td(hours=1)), 2222)
11351135
assert not tst_consumption.log_rollover
1136-
#assert tst_consumption.collected_pulses(
1137-
# test_timestamp, is_consumption=True
1138-
#) == (45, test_timestamp)
11391136
assert tst_consumption.collected_pulses(
11401137
fixed_this_hour, is_consumption=True
11411138
) == (45 + 2222, test_timestamp)

0 commit comments

Comments
 (0)