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 71ee8e3 commit 5382355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aaq/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ def search(query_text, generate_llm_response, query_metadata):


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

0 comments on commit 5382355

Please sign in to comment.