Skip to content

Commit 1c75be3

Browse files
committed
merge
1 parent 75d4325 commit 1c75be3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/jupyter-ai/jupyter_ai/tests/completions/test_handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,5 @@ async def test_handle_request_with_error(inline_handler):
209209
)
210210
await inline_handler.on_message(json.dumps(dict(dummy_request)))
211211
await inline_handler.tasks[0]
212-
print("\n\n",inline_handler.messages[-1].dict(),"\n\n")
213212
error = inline_handler.messages[-1].dict().get("error", None)
214213
assert error is not None

0 commit comments

Comments
 (0)