summaryrefslogtreecommitdiffstats
path: root/aoc
diff options
context:
space:
mode:
Diffstat (limited to 'aoc')
-rw-r--r--aoc/test_init.py2
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 @@
1def test_assingment_examples(assignment): 1def 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