Skip to content

Commit

Permalink
sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
Mause authored Dec 2, 2024
1 parent a63e633 commit 1562244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion winforms/tests_backend/hardware/location.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ async def simulate_location_error(self, loco):
raise RuntimeError(f"Unable to obtain a location ({loco})")

async def simulate_current_location(self, loco):
return await loco
res = await loco
assert res is not None
return res

async def simulate_location_update(self):
pass

0 comments on commit 1562244

Please sign in to comment.