From d5cbe7d7de5a29c7e714214695df1948319408d0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 18 Jul 2011 17:49:56 +0200 Subject: fixed testcase a test cases was asserting the wrong variable --- git/test/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_repo.py') 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 -- cgit v1.2.1