Skip to content

Commit 14efffa

Browse files
committed
Clean up print statements
1 parent 39fcd33 commit 14efffa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_gitpuller.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -607,11 +607,9 @@ def test_backup_on_merge_conflict():
607607

608608
# Assert backup folder exists
609609
backup_folder = glob.glob(os.path.join(os.path.dirname(puller.path), '*_backup_*'))
610-
print(backup_folder)
611610
assert backup_folder[0].startswith(puller.path + "_backup_")
612611

613612
# Assert fresh copy of repo exists
614-
print(f"{os.listdir(puller_backup.path)=}")
615613
assert os.path.exists(puller_backup.path) is True
616614

617615
# Cleanup backup folder

0 commit comments

Comments
 (0)