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 561f549 commit 8fbf0ecCopy full SHA for 8fbf0ec
1 file changed
tests/test_async_convai.py
@@ -363,4 +363,4 @@ async def test_async_conversation_callback_flows():
363
latency_measurement_callback.assert_called_with(50)
364
end_session_callback.assert_called_once()
365
assert conversation._conversation_id == TEST_CONVERSATION_ID
366
- assert conversation._last_interrupt_id == 456
+ assert conversation._last_interrupt_id == 456
0 commit comments