mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 18:26:53 +00:00
change the name to show both working and not instead of overwriting the function name
This commit is contained in:
parent
c7ab197645
commit
7f057b0bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue