Skip to content

Commit

Permalink
Remove a pytest.skip
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Dec 5, 2024
1 parent 9f4626a commit 5a15b17
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_day_04/test_b.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import pytest

from aoc_2024.day_04.b import get_solution, solve
from aoc_2024.day_04.from_prompt import SAMPLE_DATA, SAMPLE_SOLUTION_B, SOLUTION_B

Expand All @@ -8,6 +6,5 @@ def test_solve():
assert solve(SAMPLE_DATA) == SAMPLE_SOLUTION_B


@pytest.mark.skip
def test_my_solution():
assert get_solution() == SOLUTION_B

0 comments on commit 5a15b17

Please sign in to comment.