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
This commit is contained in:
Iago Alonso 2021-05-15 12:29:30 +02:00
parent 9cc62e1a63
commit fed8b6debb
No known key found for this signature in database
GPG key ID: FE7EF85DA8A04AF5
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +0,0 @@
{
"hello": "world",
"hello": "planet"
}