We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dc733 commit d068029Copy full SHA for d068029
tests/test_usb.py
@@ -3073,7 +3073,7 @@ async def test_clock_synchronize_month_overflow(
3073
3074
# Mock CircleClockGetRequest.send() to return a response where
3075
# day_of_week is Saturday (5) while frozen time is Friday (4), Jan 31
3076
- async def mock_clock_get_send(self):
+ def mock_clock_get_send(self):
3077
response = pw_responses.CircleClockResponse()
3078
response.timestamp = dt.now(tz=UTC)
3079
# Set day_of_week to Saturday (5), requiring +1 day from Friday Jan 31
0 commit comments