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 21a81f3 commit 75d4325Copy full SHA for 75d4325
packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py
@@ -209,6 +209,6 @@ async def test_handle_request_with_error(inline_handler):
209
)
210
await inline_handler.on_message(json.dumps(dict(dummy_request)))
211
await inline_handler.tasks[0]
212
- print("\n",inline_handler.messages[-1].dict(),"\n")
+ print("\n\n",inline_handler.messages[-1].dict(),"\n\n")
213
error = inline_handler.messages[-1].dict().get("error", None)
214
assert error is not None
0 commit comments