Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuzmik committed Sep 11, 2024
1 parent 68cda01 commit f0d2f80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def test_llama_index__happyflow(
name="query",
input={"query_str": "What did the author do growing up?"},
output=ANY_BUT_NONE,
metadata={"created_from": "llama_indexx"},
metadata={"created_from": "llama_index"},
start_time=ANY_BUT_NONE,
end_time=ANY_BUT_NONE,
spans=ANY_BUT_NONE, # too complex spans tree, no check
Expand Down

0 comments on commit f0d2f80

Please sign in to comment.