Skip to content

Commit 23249e1

Browse files
removing confusing and redundant assertion
1 parent 50a7f30 commit 23249e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/unittests/agents/test_sequential_agent.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -268,12 +268,6 @@ async def test_run_async_with_escalate_action(request: pytest.FixtureRequest):
268268
)
269269
assert events[0].actions.escalate is True
270270

271-
# Verify that the post-escalation event from the same agent is not yielded
272-
assert (
273-
'I should not be seen after escalation!'
274-
not in events[0].content.parts[0].text
275-
)
276-
277271

278272
@pytest.mark.asyncio
279273
async def test_run_async_escalate_action_in_middle(

0 commit comments

Comments
 (0)