chore: remove unimplemented tests 2025/12
This commit is contained in:
@@ -55,11 +55,3 @@ def part_1(input_data: str) -> Any:
|
||||
|
||||
def part_2(_: str) -> Any:
|
||||
return "Marry Christmas!"
|
||||
|
||||
|
||||
def test_part_1(example_data):
|
||||
assert part_1(example_data) == 0
|
||||
|
||||
|
||||
def test_part_2(example_data):
|
||||
assert part_2(example_data) == 0
|
||||
|
||||
Reference in New Issue
Block a user