8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193df8e commit 66bb013Copy full SHA for 66bb013
git/test/test_docs.py
@@ -104,7 +104,7 @@ def test_init_repo_object(self, rw_dir):
104
105
# Object handling
106
# [11-test_init_repo_object]
107
- assert now.commit.message != past.commit.message, now.commit.message
+ assert now.commit.message != past.commit.message
108
# You can read objects directly through binary streams, no working tree required
109
assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('3')
110
0 commit comments