Skip to content

Commit

Permalink
chore: format 2023 day 9
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelblijleven committed Dec 9, 2023
1 parent 73e2df3 commit 22530fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/adventofcode/year_2023/test_day_09_2023.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ def test_part_one():


def test_part_two():
assert part_two(test_input) == "x"
assert part_two(test_input) == 2

0 comments on commit 22530fa

Please sign in to comment.