Skip to content

Commit

Permalink
fix flakey test
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaykarle committed Sep 10, 2024
1 parent 60095b4 commit 92b5af8
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 @@ -25,4 +25,4 @@ def test_repo_map(self):

def test_generates_valid_summary(self, model_name):
ask_repo = AskRepo(os.getcwd(), model_name)
assert "summary" in ask_repo.summarise()
assert "AskRepo" in ask_repo.summarise()

0 comments on commit 92b5af8

Please sign in to comment.