We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b8d0c commit bf8ce94Copy full SHA for bf8ce94
git/test/test_git.py
@@ -172,7 +172,7 @@ def test_persistent_options(self):
172
173
# reset to empty:
174
self.git.set_persistent_git_options()
175
- self.assertRaises(GitCommandError, self.git.NoOp)
+ self.assertRaises(GitCommandError, self.git.NoOp)
176
177
def test_single_char_git_options_are_passed_to_git(self):
178
input_value = 'TestValue'
0 commit comments