change the name to show both working and not instead of overwriting the function name

This commit is contained in:
dmlb2000 2016-11-03 15:51:24 -07:00
parent c7ab197645
commit 7f057b0bd5

View file

@ -68,7 +68,7 @@ def test_orderfile_get_pretty_format():
ret = pretty_format_json(['--top-keys=alist', get_resource_path('pretty_formatted_json.json')])
assert ret == 0
def test_orderfile_get_pretty_format():
def test_not_orderfile_get_pretty_format():
ret = pretty_format_json(['--top-keys=blah', get_resource_path('pretty_formatted_json.json')])
assert ret == 1