File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 "SHA1-HEX-HASH-1 ">,
72- # <git.Commit "SHA1-HEX-HASH-1 ">]
71+ # Outputs: [<git.Commit "SHA1-HEX_HASH-2 ">,
72+ # <git.Commit "SHA1-HEX-HASH-2 ">]
7373 # ![6-test_cloned_repo_object]
7474
7575 # Untracked files - create new file
@@ -128,9 +128,9 @@ def test_cloned_repo_object(self, local_dir):
128128 files_and_dirs
129129
130130 # Output
131- # [<git.Commit "SHA1-HEX-HASH-1 ">,
132- # <git.Commit "SHA1-HEX-HASH-1 ">,
133- # <git.Commit "SHA1-HEX-HASH-1 ">]
131+ # [<git.Commit "SHA1-HEX_HASH-2 ">,
132+ # <git.Commit "SHA1-HEX_HASH-2 ">,
133+ # <git.Commit "SHA1-HEX_HASH-2 ">]
134134
135135 # ![14-test_cloned_repo_object]
136136
You can’t perform that action at this time.
0 commit comments