Skip to content

Commit

Permalink
fixing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
german-grandas committed Sep 9, 2024
1 parent bf2f990 commit 74b6e9d
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 @@ -129,7 +129,7 @@ def test_prompts_dlp(prompt_url):
print(err)
raise err

if __name__ = "__main__":
if __name__ == "__main__":
prompt_url = sys.argv[1]
test_prompts(prompt_url)
test_prompts_nlp(prompt_url)
Expand Down

0 comments on commit 74b6e9d

Please sign in to comment.