Skip to content

Commit

Permalink
Merge pull request #601 from ibLeDy/fix/check-json-hook-failing
Browse files Browse the repository at this point in the history
Fix `check-json` failing on ci runs
  • Loading branch information
asottile committed May 15, 2021
2 parents 9cc62e1 + fed8b6d commit dd34447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/check_json_test.py
Expand Up @@ -9,7 +9,7 @@
('bad_json.notjson', 1),
('bad_json_latin1.nonjson', 1),
('ok_json.json', 0),
('duplicate_key_json.json', 1),
('duplicate_key_json.notjson', 1),
),
)
def test_main(capsys, filename, expected_retval):
Expand Down

0 comments on commit dd34447

Please sign in to comment.