Skip to content

Commit abd23a3

Browse files
committed
fix(test_docs): we are at major version 1 now
It expected to see major version 0 though.
1 parent b89b089 commit abd23a3

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
@@ -94,7 +94,7 @@ def test_init_repo_object(self, rw_dir):
9494
# [11-test_init_repo_object]
9595
assert now.commit.message != past.commit.message
9696
# You can read objects directly through binary streams, no working tree required
97-
assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('0')
97+
assert (now.commit.tree / 'VERSION').data_stream.read().decode('ascii').startswith('1')
9898

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy