diff options
Diffstat (limited to 'aoc/test_init.py')
| -rw-r--r-- | aoc/test_init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aoc/test_init.py b/aoc/test_init.py index 8524086..a9155cc 100644 --- a/aoc/test_init.py +++ b/aoc/test_init.py | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | def test_assingment_examples(assignment): | 1 | def test_assignment_examples(assignment): |
| 2 | assert assignment.run(input=assignment.read_input(example=True)) == assignment.example_result | 2 | assert assignment.run(input=assignment.read_input(example=True)) == assignment.example_result |
