Skip to content

Commit

Permalink
test: update test_highlights_to_questions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Jan 29, 2024
1 parent 18b936c commit 6887336
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions memorymarker/domain/test_highlights_to_questions.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ async def test_multi_response(model: h2q.ChatOpenAI) -> None:
highlight="Mitochondria",
uri="https://en.wikipedia.org/wiki/Mitochondrion",
title="Mitochondrion - Wikipedia",
updated_at=datetime.now(),
),
HydratedHighlight(
context="The first rule of Fight Club is that you don't talk about Fight Club",
highlight="Fight Club",
uri="https://en.wikipedia.org/wiki/Fight_Club",
title="Fight Club - Wikipedia",
updated_at=datetime.now(),
),
]
output = await h2q.highlights_to_questions(model, highlights)
Expand Down

0 comments on commit 6887336

Please sign in to comment.