Thanks to visit codestin.com Credit goes to github.com
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 71bd080 commit 326409dCopy full SHA for 326409d
git/test/test_docs.py
@@ -106,7 +106,7 @@ def test_init_repo_object(self, rw_dir):
106
# [11-test_init_repo_object]
107
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('2')
+ assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('3')
110
111
# You can traverse trees as well to handle all contained files of a particular commit
112
file_count = 0
0 commit comments