diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-09-30 14:22:49 +0200 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-09-30 14:22:49 +0200 |
commit | 66bb01306e8f0869436a2dee95e6dbba0c470bc4 (patch) | |
tree | 1ebbf9b1365b89fcaeb6a928317725004cbd409a /git/test/test_docs.py | |
parent | 193df8e795de95432b1b73f01f7a3e3c93f433ac (diff) | |
download | gitpython-66bb01306e8f0869436a2dee95e6dbba0c470bc4.tar.gz |
remove previously added debug code from test_doc.py
Diffstat (limited to 'git/test/test_docs.py')
-rw-r--r-- | git/test/test_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_docs.py b/git/test/test_docs.py index f0932716..c14f5ff3 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -104,7 +104,7 @@ class Tutorials(TestBase): # Object handling # [11-test_init_repo_object] - assert now.commit.message != past.commit.message, now.commit.message + assert now.commit.message != past.commit.message # You can read objects directly through binary streams, no working tree required assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('3') |