summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/test/test_git.py')
-rw-r--r--git/test/test_git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/test_git.py b/git/test/test_git.py
index ef327c6d..14c70e18 100644
--- a/git/test/test_git.py
+++ b/git/test/test_git.py
@@ -172,7 +172,7 @@ class TestGit(TestBase):
# reset to empty:
self.git.set_persistent_git_options()
- self.assertRaises(GitCommandError, self.git.NoOp)
+ self.assertRaises(GitCommandError, self.git.NoOp)
def test_single_char_git_options_are_passed_to_git(self):
input_value = 'TestValue'