Skip to content

Commit 2088ac8

Browse files
committed
update test
1 parent 506195e commit 2088ac8

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
print("Running the crew...")
7575
result = crew.kickoff()
7676
text = result.raw.lower()
77-
assert "advancements" in text, text
77+
assert "limitations" in text, text
7878
assert "GPT-4" in result.raw

0 commit comments

Comments
 (0)