summaryrefslogtreecommitdiffstats
path: root/aoc
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2022-12-01 09:32:57 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2022-12-01 09:32:57 +0100
commitf57d4d02c5b8050694784e948086271a7f4e49e5 (patch)
treef5ac3cb09d1667c89e36d18080ed2fb003af5ff5 /aoc
parenta3de698aa6b7e15e9d0974d32dc566676383bd28 (diff)
download2022-f57d4d02c5b8050694784e948086271a7f4e49e5.tar.gz
2022-f57d4d02c5b8050694784e948086271a7f4e49e5.tar.bz2
2022-f57d4d02c5b8050694784e948086271a7f4e49e5.zip
Day 1
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