Skip to content

Commit abe7e6e

Browse files
committed
replaced output cell to generic commit ID
1 parent a8b5863 commit abe7e6e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎test/test_quick_doc.py

+5-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)