diff options
Diffstat (limited to 'isolated_tests/test_commandset/test_commandset.py')
-rw-r--r-- | isolated_tests/test_commandset/test_commandset.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isolated_tests/test_commandset/test_commandset.py b/isolated_tests/test_commandset/test_commandset.py index 023ea30d..c94c6690 100644 --- a/isolated_tests/test_commandset/test_commandset.py +++ b/isolated_tests/test_commandset/test_commandset.py @@ -211,4 +211,3 @@ def test_commandset_decorators(command_sets_app): assert len(result.stderr) > 0 assert 'unrecognized arguments' in result.stderr assert result.data is None - |