Skip to content

Commit

Permalink
Update Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
funkybunch authored and frenck committed Mar 8, 2023
1 parent ea099a1 commit c245e90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/components/sharkiq/test_vacuum.py
Expand Up @@ -75,6 +75,9 @@ class MockAyla(AylaApi):
async def async_sign_in(self):
"""Instead of signing in, just return."""

async def async_refresh_auth(self):
"""Instead of refreshing auth, just return."""

async def async_list_devices(self) -> list[dict]:
"""Return the device list."""
return [SHARK_DEVICE_DICT]
Expand Down

0 comments on commit c245e90

Please sign in to comment.