We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6865ebe commit 9b5ec31Copy full SHA for 9b5ec31
1 file changed
tests/unit/test_conversation_mgr.py
@@ -52,13 +52,6 @@ async def test_trigger_session_deleted_callback_exception(
52
):
53
"""Test that exception in one callback doesn't affect others.
54
55
- When one session deleted callback raises an exception,
56
- other callbacks should still be executed.
57
- This verifies the exception handling at lines 49-57 in conversation_mgr.py.
58
- """
59
- # Register two callbacks: one that fails, one that succeeds
60
- """Test that exception in one callback doesn't affect others.
61
-
62
When one session deleted callback raises an exception,
63
other callbacks should still be executed.
64
This verifies the exception handling at lines 49-57 in conversation_mgr.py.
0 commit comments