Skip to content

Commit 73130a4

Browse files
committed
test: add additional spacing before TestContextManager class in test_client.py
1 parent b302339 commit 73130a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/test_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ async def mock_request(method, params):
189189
assert captured["session.resume"]["clientName"] == "my-app"
190190
finally:
191191
await client.force_stop()
192+
193+
192194
class TestContextManager:
193195
@pytest.mark.asyncio
194196
async def test_client_context_manager_returns_self(self):

0 commit comments

Comments
 (0)