Skip to content

Commit 66bb013

Browse files
committed
remove previously added debug code from test_doc.py
1 parent 193df8e commit 66bb013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/test_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def test_init_repo_object(self, rw_dir):
104104

105105
# Object handling
106106
# [11-test_init_repo_object]
107-
assert now.commit.message != past.commit.message, now.commit.message
107+
assert now.commit.message != past.commit.message
108108
# You can read objects directly through binary streams, no working tree required
109109
assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('3')
110110

0 commit comments

Comments
 (0)