From 7f057b0bd5b25b888c3d181a2f65626580a26cbd Mon Sep 17 00:00:00 2001 From: dmlb2000 Date: Thu, 3 Nov 2016 15:51:24 -0700 Subject: [PATCH] change the name to show both working and not instead of overwriting the function name --- tests/pretty_format_json_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pretty_format_json_test.py b/tests/pretty_format_json_test.py index 387a1bf..df2152a 100644 --- a/tests/pretty_format_json_test.py +++ b/tests/pretty_format_json_test.py @@ -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