Skip to content

Commit 8fbf0ec

Browse files
committed
fix
1 parent 561f549 commit 8fbf0ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_async_convai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,4 @@ async def test_async_conversation_callback_flows():
363363
latency_measurement_callback.assert_called_with(50)
364364
end_session_callback.assert_called_once()
365365
assert conversation._conversation_id == TEST_CONVERSATION_ID
366-
assert conversation._last_interrupt_id == 456
366+
assert conversation._last_interrupt_id == 456

0 commit comments

Comments
 (0)