Skip to content

Commit 1621a39

Browse files
devin-ai-integration[bot]bot_apk
andcommitted
style: fix ruff format in test_entrypoint.py
Co-Authored-By: bot_apk <apk@cognition.ai>
1 parent 0485fa2 commit 1621a39

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

unit_tests/test_entrypoint.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -911,9 +911,7 @@ def _raise_on_second_call() -> None:
911911
# 1. Both records were yielded before the exception — the memory check
912912
# runs after yield so every message pulled from the source is emitted.
913913
record_messages = [m for m in messages if "RECORD" in m]
914-
assert len(record_messages) == 2, (
915-
"Both records should be yielded before MemoryLimitExceeded"
916-
)
914+
assert len(record_messages) == 2, "Both records should be yielded before MemoryLimitExceeded"
917915

918916
# 2. The queued state message was flushed by the finally block
919917
state_messages = [m for m in messages if "STATE" in m]

0 commit comments

Comments
 (0)