Skip to content

Commit

Permalink
update test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Sep 5, 2024
1 parent 67e3fa7 commit 0b354b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ask_repo_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ def test_repo_map():

def test_generates_valid_summary():
ask_repo = AskRepo(os.getcwd(), "gpt-3.5-turbo")
assert "Purpose" in ask_repo.summarise()
assert "summary" in ask_repo.summarise()

0 comments on commit 0b354b5

Please sign in to comment.