Skip to content

Commit 9d519d5

Browse files
committed
Added to a test.
1 parent c42f711 commit 9d519d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cdp/test/test_cdp_parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ def test_init_parser_without_parameter_class(self):
4848
class MyOtherParser(cdp.cdp_parser.CDPParser):
4949
pass
5050

51-
parser = MyOtherParser()
51+
MyOtherParser()
52+
cdp.cdp_parser.CDPParser()
5253

5354
def test_load_default_args(self):
5455
self.cdp_parser.add_args_and_values(['-p', self.prefix + 'test_load_default_args.py'])

0 commit comments

Comments
 (0)