Skip to content

Commit d068029

Browse files
committed
Change to non-async function
1 parent b1dc733 commit d068029

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
@@ -3073,7 +3073,7 @@ async def test_clock_synchronize_month_overflow(
30733073

30743074
# Mock CircleClockGetRequest.send() to return a response where
30753075
# day_of_week is Saturday (5) while frozen time is Friday (4), Jan 31
3076-
async def mock_clock_get_send(self):
3076+
def mock_clock_get_send(self):
30773077
response = pw_responses.CircleClockResponse()
30783078
response.timestamp = dt.now(tz=UTC)
30793079
# Set day_of_week to Saturday (5), requiring +1 day from Friday Jan 31

0 commit comments

Comments
 (0)