diff options
Diffstat (limited to 'test/git/test_repo.py')
-rw-r--r-- | test/git/test_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_repo.py b/test/git/test_repo.py index 3f7196be..67008d72 100644 --- a/test/git/test_repo.py +++ b/test/git/test_repo.py @@ -181,7 +181,7 @@ class TestRepo(object): def test_archive_tar_gz(self): self.repo.archive_tar_gz - @patch('git_python.utils', 'touch') + @patch('git.utils', 'touch') def test_enable_daemon_serve(self, touch): self.repo.enable_daemon_serve |