Skip to content

Commit 0e4727a

Browse files
committed
added back space
1 parent ee03ebc commit 0e4727a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unit/test_argprocess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ def test_csv_syntax_errors(self):
452452
with self.assertRaisesRegex(ParamError, error_msg):
453453
self.parse_shorthand(p, ['ParameterKey=key,ParameterValue="foo,bar\''])
454454

455+
455456
class TestParamShorthandCustomArguments(BaseArgProcessTest):
456457

457458
def setUp(self):

0 commit comments

Comments
 (0)