Skip to content

Commit a37c53a

Browse files
committed
chore: lint
1 parent 1a7c4d9 commit a37c53a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_web_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ async def test_get_shared_device_rooms(mock_rest, result_payload) -> None:
416416
HomeDataRoom(id=2362044, name="Kitchen"),
417417
]
418418

419+
419420
async def test_user_web_api_client_unauthorized_hook() -> None:
420421
"""Test that UserWebApiClient triggers unauthorized hook on RoborockInvalidCredentials."""
421422
mock_hook = Mock()

0 commit comments

Comments
 (0)