Skip to content

Commit

Permalink
chg: fixing chroma intgr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bossjones committed Aug 21, 2024
1 parent 4fd9329 commit 616a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/test_chroma_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def test_search_db_returns_relevant_documents(caplog: LogCaptureFixture, capsys:

from goob_ai.services.chroma_service import _await_server

collection_name = "test_search_db_returns_relevant_documents"
collection_name = "test_goobie"
chroma_client = get_client()
_await_server(chroma_client, attempts=10)

Expand Down

0 comments on commit 616a2f9

Please sign in to comment.