Skip to content

Commit 87bb920

Browse files
committed
Update test_decorators.py
removed print statements
1 parent 9c8df44 commit 87bb920

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/searchcommands/test_decorators.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@ def test_option(self):
474474
'required_match="123-45-6789" required_optionname="some_option_name" required_regularexpression="\\\\s+" '
475475
'required_set="bar" set="bar" show_configuration="f"')
476476

477-
print(command.options)
478-
print()
479-
print(expected)
480477
observed = six.text_type(command.options)
481478

482479
self.assertEqual(observed, expected)

0 commit comments

Comments
 (0)