Skip to content

Commit d9cee43

Browse files
committed
Another double newline
1 parent 8340458 commit d9cee43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_web_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ async def test_thirty_thirty_cycling(mock_rest) -> None:
261261
assert('https://ruiot.roborock.com/api/v4/email/code/send' not in mock_rest.requests)
262262
assert('https://cniot.roborock.com/api/v4/email/code/send' not in mock_rest.requests)
263263

264+
264265
async def test_missing_country_login(mock_rest) -> None:
265266
"""Test that we cycle through the URLs correctly."""
266267
mock_rest.clear()

0 commit comments

Comments
 (0)