Skip to content

Commit

Permalink
add test coverage to PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlamallama committed Oct 17, 2024
1 parent 8731818 commit 71ee8e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions aaq/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,8 @@ def search(query_text, generate_llm_response, query_metadata):
json_msg.update(check_urgency_response)

return json_msg


def test_untested_lines(num_one, num_two):
total_sum = num_one+num_two
return total_sum

0 comments on commit 71ee8e3

Please sign in to comment.