Skip to content

Commit

Permalink
Removing unnecessary print.
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykWyzgowski committed Oct 4, 2024
1 parent c49966a commit 9dc1e34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ async def test_stores_entries_correctly(mock_chromadb_store):


def test_process_db_entry(mock_chromadb_store, mock_vector_db_entry):
print(mock_vector_db_entry)
id, embedding, metadata = mock_chromadb_store._process_db_entry(mock_vector_db_entry)

assert id == sha256(b"test_key").hexdigest()
Expand Down

0 comments on commit 9dc1e34

Please sign in to comment.