We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1851b49 commit e9cbc20Copy full SHA for e9cbc20
tests/test_usb.py
@@ -945,9 +945,6 @@ def test_pulse_collection_consumption(
945
) -> None:
946
"""Testing pulse collection class."""
947
monkeypatch.setattr(pw_energy_pulses, "MAX_LOG_HOURS", 24)
948
-
949
- # fixed_timestamp_utc = dt.now(UTC)
950
- # fixed_this_hour = fixed_timestamp_utc.replace(minute=0, second=0, microsecond=0)
951
fixed_this_hour = dt.now(UTC)
952
953
# Test consumption logs
0 commit comments