diff options
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r-- | git/test/test_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py index 21abb86a..18d5c1b8 100644 --- a/git/test/test_repo.py +++ b/git/test/test_repo.py @@ -276,7 +276,7 @@ class TestRepo(TestBase): c += 1 b = self.rorepo.blame(self.rorepo.head, item.path) #END for each item to traverse - assert b + assert c def test_untracked_files(self): base = self.rorepo.working_tree_dir |