Skip to content

Commit

Permalink
Fixing bug on unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
german-grandas committed Sep 9, 2024
1 parent cf0a447 commit bf2f990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/rag/tests/test_rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_prompts(prompt_url):

assert response != None, f"Not response found: {response}"
assert text != None, f"Not text"
except Exception as err:
except Exception as err:
print(err)
raise err

Expand Down

0 comments on commit bf2f990

Please sign in to comment.