Fix ./aoc template tests.json to be in the correct format

This commit is contained in:
akp 2023-12-08 11:22:59 +00:00
parent bdc95074df
commit ce6b2d0f84
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

4
aoc
View file

@ -14,10 +14,10 @@ from typing import Optional
CHALLENGES_DIR = "challenges"
SAMPLE_TEST_JSON = """{
"1": [
{"res": "", "in": ""}
{"is": "", "input": ""}
],
"2": [
{"res": "", "in": ""}
{"is": "", "input": ""}
]
}
"""