Skip to content

Commit

Permalink
format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Mar 9, 2024
1 parent 3e6258c commit 44a77ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ def test_get_commit_message_success(self):
cmp(
f"{config_dir}/{repo}/pr-description-golden.txt",
f"{description_file}",
), "The generated PR description does not match the expected golden file"
),
"The generated PR description does not match the expected golden file",
)
os.remove(f"{description_file}")

Expand Down

0 comments on commit 44a77ae

Please sign in to comment.