We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9910a88 commit 97fad9cCopy full SHA for 97fad9c
test/test_diff.py
@@ -539,7 +539,7 @@ def test_beginning_space(self, rw_dir):
539
f.write("hello world")
540
repo.git.add(Git.polish_url(file))
541
repo.index.commit("first commit")
542
-
+
543
# Diff the commit with an empty tree
544
# and check the paths
545
diff_index = repo.head.commit.diff(NULL_TREE)
@@ -548,4 +548,3 @@ def test_beginning_space(self, rw_dir):
548
b_path = d.b_path
549
self.assertEqual(a_path, " file.txt")
550
self.assertEqual(b_path, " file.txt")
551
0 commit comments