Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed May 30, 2024
1 parent 57cb16b commit 6b51265
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions library_generation/test/integration_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ def test_entry_point_running_in_container(self):
print(" pom.xml comparison succeed.")
# compare PR description
description_file = f"{output_dir}/{repo}/pr_description.txt"
with open(description_file) as f:
print(f.readlines())
print("====")
with open(f"{config_dir}/{repo}/pr-description-golden.txt") as f:
print(f.readlines())
self.assertTrue(
cmp(
f"{config_dir}/{repo}/pr-description-golden.txt",
Expand Down

0 comments on commit 6b51265

Please sign in to comment.