collected_pulses(): don't return None's at rollover #1143
Annotations
3 errors
|
|
|
tests/test_usb.py#L1127
TestStick.test_pulse_collection_consumption
assert (45, FakeDate...timezone.utc)) == (None, None)
At index 0 diff: 45 != None
Full diff:
(
- None,
- None,
+ 45,
+ FakeDatetime(2025, 3, 24, 9, 0, 3, tzinfo=datetime.timezone.utc),
)
|
|
|
The logs for this run have expired and are no longer available.
Loading