Skip to content

Commit 4ca952c

Browse files
committed
Test: line up 2nd test-time
1 parent 837a202 commit 4ca952c

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
@@ -1116,7 +1116,7 @@ def test_pulse_collection_consumption(
11161116
tst_consumption.update_pulse_counter(45, 0, pulse_update_3)
11171117
assert tst_consumption.log_rollover
11181118
assert tst_consumption.hourly_reset_time == pulse_update_3
1119-
test_timestamp = fixed_this_hour + td(hours=1, seconds=5)
1119+
test_timestamp = fixed_this_hour + td(hours=1, minutes=1, seconds=5)
11201120
assert tst_consumption.collected_pulses(
11211121
test_timestamp, is_consumption=True
11221122
) == (45, pulse_update_3)

0 commit comments

Comments
 (0)