Skip to content

Commit

Permalink
Fixes per comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KSchopmeyer committed Dec 17, 2019
1 parent d20298f commit 82c16dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pywbemtools/pywbemcli/_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def display_cim_objects(context, cim_objects, output_format=None, summary=False,
return

if not cim_objects and context.verbose:
click.echo("Return empty")
click.echo("No objects returned")
return

if sort:
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_class_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class TST_MemberOfFamilyCollection {
['Verify instance command enumerate CIM_Foo_sub2, w --verbose rtns msg.',
{'args': ['enumerate', 'CIM_Foo_sub2'],
'general': ['--verbose']},
{'stdout': 'Return empty',
{'stdout': 'No objects returned',
'test': 'linesnows'},
SIMPLE_MOCK_FILE, OK],

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_instance_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
['Verify instance command enumerate CIM_Foo_sub2, w --verbose rtns msg.',
{'args': ['enumerate', 'CIM_Foo_sub2'],
'general': ['--verbose']},
{'stdout': 'Return empty',
{'stdout': 'No objects returned',
'test': 'linesnows'},
SIMPLE_MOCK_FILE, RUN],

Expand Down

0 comments on commit 82c16dc

Please sign in to comment.