Skip to content

Commit 78e51c9

Browse files
committed
Freeze time a the full hour
1 parent 2633713 commit 78e51c9

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
@@ -775,7 +775,7 @@ async def node_init_relay_state(
775775
)
776776
)
777777

778-
@freeze_time("2025-04-03 22:00:30", real_asyncio=True)
778+
@freeze_time("2025-04-03 22:00:00", real_asyncio=True)
779779
@pytest.mark.asyncio
780780
async def test_node_relay_and_power(self, monkeypatch: pytest.MonkeyPatch) -> None: # noqa: PLR0915
781781
"""Testing discovery of nodes."""

0 commit comments

Comments
 (0)