Skip to content

Commit 1a5885a

Browse files
committed
replaced another git_python with git
1 parent 8c982c1 commit 1a5885a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/git/test_repo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_archive_tar(self):
181181
def test_archive_tar_gz(self):
182182
self.repo.archive_tar_gz
183183

184-
@patch('git_python.utils', 'touch')
184+
@patch('git.utils', 'touch')
185185
def test_enable_daemon_serve(self, touch):
186186
self.repo.enable_daemon_serve
187187

0 commit comments

Comments
 (0)