From f77230f618722e964a76657ebb03d822b2f73518 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Feb 2014 21:27:26 +0100 Subject: Basic fixes to get tests back on track. Of course there is much more work to be done here --- git/test/db/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/db/base.py') diff --git a/git/test/db/base.py b/git/test/db/base.py index 202a4353..80cb9ebb 100644 --- a/git/test/db/base.py +++ b/git/test/db/base.py @@ -256,7 +256,7 @@ class RepoBase(TestDBBase): self.rorepo.archive(tmpfile, '0.1.5') assert tmpfile.tell() - @patch_object(Git, '_call_process') + @patch.object(Git, '_call_process') def test_should_display_blame_information(self, git): git.return_value = fixture('blame') b = self.rorepo.blame( 'master', 'lib/git.py') -- cgit v1.2.3