Commit 04a3439b authored by R. David Murray's avatar R. David Murray

Fix indentation in recently added test.

parent caf5db79
......@@ -767,7 +767,7 @@ class TestStandard(BaseTest):
def test_combined_single_invalid_option(self):
self.parser.add_option("-t", action="store_true")
self.assertParseFail(["-test"],
"no such option: -e")
"no such option: -e")
class TestBool(BaseTest):
def setUp(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment