diff options
author | JJ Graham <thetwoj@gmail.com> | 2019-10-17 23:04:22 -0500 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-19 13:17:16 +0200 |
commit | 71b3845807458766cd715c60a5f244836f4273b6 (patch) | |
tree | 0ccefefaab130da571093c286e956f30c31dec1a /git/test/test_diff.py | |
parent | 59ad90694b5393ce7f6790ade9cb58c24b8028e5 (diff) | |
download | gitpython-71b3845807458766cd715c60a5f244836f4273b6.tar.gz |
Fixed new test for copied files
Diffstat (limited to 'git/test/test_diff.py')
-rw-r--r-- | git/test/test_diff.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git/test/test_diff.py b/git/test/test_diff.py index 079f8bea..4d71443f 100644 --- a/git/test/test_diff.py +++ b/git/test/test_diff.py @@ -120,7 +120,6 @@ class TestDiff(TestBase): assert_equal(1, len(diffs)) diff = diffs[0] - print(diff) assert_true(diff.copied_file) assert isinstance(str(diff), str) |