Skip to content

Commit d5cbe7d

Browse files
committed
fixed testcase
a test cases was asserting the wrong variable
1 parent 8e3883a commit d5cbe7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/test/test_repo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def test_blame_real(self):
276276
c += 1
277277
b = self.rorepo.blame(self.rorepo.head, item.path)
278278
#END for each item to traverse
279-
assert b
279+
assert c
280280

281281
def test_untracked_files(self):
282282
base = self.rorepo.working_tree_dir

0 commit comments

Comments
 (0)