File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ def test_cloned_repo_object(self, local_dir):
6868 commits_for_file = [c for c in commits_for_file_generator ]
6969 commits_for_file
7070
71- # Outputs: [<git.Commit "5076b368c97b01d83406ca095a301303da7f6fd4 ">,
72- # <git.Commit "d8dcd544e6fc5c00f6984424fc0cb4568abe518e ">]
71+ # Outputs: [<git.Commit "SHA1-HEX-HASH-1 ">,
72+ # <git.Commit "SHA1-HEX-HASH-1 ">]
7373 # ![6-test_cloned_repo_object]
7474
7575 # Untracked files - create new file
@@ -124,14 +124,13 @@ def test_cloned_repo_object(self, local_dir):
124124
125125 # Iterating through tree
126126 # [14-test_cloned_repo_object]
127- tree = repo .tree ()
128127 files_and_dirs = [entry for entry in tree ]
129128 files_and_dirs
130129
131130 # Output
132- # [<git.Tree "1d1cbc95a765e42bd46561f197eef01281a97ac0 ">,
133- # <git.Tree "4ca53fd68b9a0eafd463c9681f1a26183a40779b ">,
134- # <git.Blob "9d384f1b6903ad992a97f91f720d8709b2b71f84 ">]
131+ # [<git.Commit "SHA1-HEX-HASH-1 ">,
132+ # <git.Commit "SHA1-HEX-HASH-1 ">,
133+ # <git.Commit "SHA1-HEX-HASH-1 ">]
135134
136135 # ![14-test_cloned_repo_object]
137136
You can’t perform that action at this time.
0 commit comments