Skip to content

Commit 8340458

Browse files
committed
Ensure double newline between test definitions
1 parent 795482c commit 8340458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_web_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ async def test_code_login_v4_flow(mock_rest) -> None:
8787
ud = await api.code_login_v4(4123, "US", 1)
8888
assert ud == UserData.from_dict(USER_DATA)
8989

90+
9091
async def test_url_cycling(mock_rest) -> None:
9192
"""Test that we cycle through the URLs correctly."""
9293
# Clear mock rest so that we can override the patches.
@@ -182,6 +183,7 @@ async def test_url_cycling(mock_rest) -> None:
182183
# Make sure we just have the three we tested for above.
183184
assert len(mock_rest.requests) == 3
184185

186+
185187
async def test_thirty_thirty_cycling(mock_rest) -> None:
186188
"""Test that we cycle through the URLs correctly when users have deleted accounts in higher prio regions."""
187189
# Clear mock rest so that we can override the patches.

0 commit comments

Comments
 (0)