Skip to content

Commit

Permalink
Rename file causing check-json to fail
Browse files Browse the repository at this point in the history
- `mv duplicated_key_json.{json,notjson}`
- change reference to the file in `tests/check_json_test.py`

Fixes #600
  • Loading branch information
ibLeDy committed May 15, 2021
1 parent 9cc62e1 commit fed8b6d
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 fed8b6d

Please sign in to comment.