Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 326409d

Browse files
author
Sebastian Thiel
committed
Fix test bound to major version
1 parent 71bd080 commit 326409d

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
@@ -106,7 +106,7 @@ def test_init_repo_object(self, rw_dir):
106106
# [11-test_init_repo_object]
107107
assert now.commit.message != past.commit.message
108108
# 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')
109+
assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('3')
110110

111111
# You can traverse trees as well to handle all contained files of a particular commit
112112
file_count = 0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /