Fix ./aoc template tests.json to be in the correct format
This commit is contained in:
parent
bdc95074df
commit
ce6b2d0f84
1 changed files with 2 additions and 2 deletions
4
aoc
4
aoc
|
@ -14,10 +14,10 @@ from typing import Optional
|
|||
CHALLENGES_DIR = "challenges"
|
||||
SAMPLE_TEST_JSON = """{
|
||||
"1": [
|
||||
{"res": "", "in": ""}
|
||||
{"is": "", "input": ""}
|
||||
],
|
||||
"2": [
|
||||
{"res": "", "in": ""}
|
||||
{"is": "", "input": ""}
|
||||
]
|
||||
}
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue