Skip to content

Commit 29fe0ed

Browse files
committed
change expected term
1 parent 4ed3277 commit 29fe0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crewai-tools/test_mongodb_vector_search_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@
7474
# Get the result and assert something about the results
7575
print("Running the crew...")
7676
result = crew.kickoff()
77-
assert "hallucinations" in result.raw.lower(), result.raw.lower()
77+
assert "advancements" in result.raw.lower(), result.raw.lower()
7878
assert "GPT-4" in result.raw

0 commit comments

Comments
 (0)