Skip to content

Commit 21b0f49

Browse files
removing confusing and redundant assertion
1 parent b229d53 commit 21b0f49

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
@@ -179,12 +179,6 @@ async def test_run_async_with_escalate_action(request: pytest.FixtureRequest):
179179
)
180180
assert events[0].actions.escalate is True
181181

182-
# Verify that the post-escalation event from the same agent is not yielded
183-
assert (
184-
'I should not be seen after escalation!'
185-
not in events[0].content.parts[0].text
186-
)
187-
188182

189183
@pytest.mark.asyncio
190184
async def test_run_async_escalate_action_in_middle(

0 commit comments

Comments
 (0)