Skip to content

Commit

Permalink
Merge pull request #12 from tyler-hoffman/update-template
Browse files Browse the repository at this point in the history
Fix formatting in test template
  • Loading branch information
tyler-hoffman authored Dec 7, 2024
2 parents 7dade4a + 234e8e5 commit 4d86981
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/templates/test_part.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def create_part_test_stub(day_string: str, part: str) -> str:
def test_solve():
assert solve(SAMPLE_DATA) == SAMPLE_SOLUTION_{part_upper}
def test_my_solution():
assert get_solution() == SOLUTION_{part_upper}
Expand Down

0 comments on commit 4d86981

Please sign in to comment.