summaryrefslogtreecommitdiff
path: root/test/git/test_git.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/git/test_git.py')
-rw-r--r--test/git/test_git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/git/test_git.py b/test/git/test_git.py
index 5a99dc6e..d649bb1b 100644
--- a/test/git/test_git.py
+++ b/test/git/test_git.py
@@ -14,7 +14,7 @@ class TestGit(object):
self.git = Git(base)
@patch(Git, 'execute')
- def test__call_process_calls_execute(self, git):
+ def test_call_process_calls_execute(self, git):
git.return_value = ''
self.git.version()
assert_true(git.called)