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 4ccd0e6 commit d110820Copy full SHA for d110820
tests/test_usb.py
@@ -939,7 +939,7 @@ async def fake_get_missing_energy_logs(address: int) -> None:
939
)
940
await stick.disconnect()
941
942
- @freeze_time("2025-04-03 23:00:00")
+ @freeze_time("2025-04-03 22:00:00")
943
def test_pulse_collection_consumption(
944
self, monkeypatch: pytest.MonkeyPatch
945
) -> None:
0 commit comments