Skip to content

Commit

Permalink
fix: remove extra print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ArslanSaleem committed Oct 24, 2024
1 parent 83a0ee0 commit c595ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/tests/processing/test_process_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def test_extract_process(mock_chroma, mock_extract_data):
assert "fields" in result
assert "context" in result
assert result["fields"] == [{"field1": "value1"}]
print(result["context"])
assert result["context"] == [[{'name': 'ESG_Reporting_Assurance', 'sources': ['Assurance'], 'page_numbers': None}]]
mock_extract_data.assert_called_once()
mock_chroma_instance.get_relevant_docs.assert_called()
Expand Down

0 comments on commit c595ba3

Please sign in to comment.