Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dlqqq committed Jul 23, 2024
1 parent b2b2395 commit 9c7afe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jupyter-ai/jupyter_ai/tests/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def chat_client():

@pytest.fixture
def human_chat_message(chat_client):
return HumanChatMessage(id="test", time=0, body="test message", client=chat_client)
return HumanChatMessage(id="test", time=0, body="test message", prompt="test message", client=chat_client)


def test_learn_index_permissions(tmp_path):
Expand Down

0 comments on commit 9c7afe7

Please sign in to comment.