Skip to content

Commit dd34447

Browse files
authored
Merge pull request #601 from ibLeDy/fix/check-json-hook-failing
Fix `check-json` failing on ci runs
2 parents 9cc62e1 + fed8b6d commit dd34447

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/check_json_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
('bad_json.notjson', 1),
1010
('bad_json_latin1.nonjson', 1),
1111
('ok_json.json', 0),
12-
('duplicate_key_json.json', 1),
12+
('duplicate_key_json.notjson', 1),
1313
),
1414
)
1515
def test_main(capsys, filename, expected_retval):

0 commit comments

Comments
 (0)