Skip to content

Commit fed8b6d

Browse files
committed
Rename file causing check-json to fail
- `mv duplicated_key_json.{json,notjson}` - change reference to the file in `tests/check_json_test.py` Fixes #600
1 parent 9cc62e1 commit fed8b6d

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)