Skip to content

Commit 75d4325

Browse files
authored
Update test_handlers.py
1 parent 21a81f3 commit 75d4325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ 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",inline_handler.messages[-1].dict(),"\n")
212+
print("\n\n",inline_handler.messages[-1].dict(),"\n\n")
213213
error = inline_handler.messages[-1].dict().get("error", None)
214214
assert error is not None

0 commit comments

Comments
 (0)