From e688c2b674fc7ad6a964a48df379e5abd01843a7 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Mon, 4 Dec 2023 10:40:34 +0100 Subject: Day4 --- day1/test_init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'day1/test_init.py') diff --git a/day1/test_init.py b/day1/test_init.py index 5e85eee..6b7f64d 100644 --- a/day1/test_init.py +++ b/day1/test_init.py @@ -1,6 +1,7 @@ +# -*- coding: utf-8 -*- from day1 import AssignmentTwo class TestDayOnePartTwo: def test_parse_input(self): - assert AssignmentTwo._parse_item('twone') == [2, 1] + assert AssignmentTwo._parse_item("twone") == [2, 1] -- cgit v1.2.3