Skip to content

Commit 02ae5e6

Browse files
committed
chore(test_1363): remove extra blank line and add newline
1 parent a1632e1 commit 02ae5e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/issues/test_1363_race_condition_streamable_http.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ async def test_race_condition_message_router_async_for(server_port: int):
269269
async with ClientSession(read_stream, write_stream) as session:
270270
await session.initialize()
271271

272-
273272
finally:
274273
process.terminate()
275274
process.wait()
276275
# Check server logs for race condition errors in message router
277-
check_server_logs_for_errors(process, "test_race_condition_message_router_async_for")
276+
check_server_logs_for_errors(process, "test_race_condition_message_router_async_for")

0 commit comments

Comments
 (0)