Skip to content

Commit 22530fa

Browse files
chore: format 2023 day 9
1 parent 73e2df3 commit 22530fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/adventofcode/year_2023/test_day_09_2023.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ def test_part_one():
122122

123123

124124
def test_part_two():
125-
assert part_two(test_input) == "x"
125+
assert part_two(test_input) == 2

0 commit comments

Comments
 (0)