Browse Source

Correcting template

pull/5/head
Ryan Reed 3 years ago
parent
commit
567b18f3a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      puzzles/TEMPLATE_test_dayXX.py

+ 1
- 1
puzzles/TEMPLATE_test_dayXX.py View File

@ -10,7 +10,7 @@ import dayXX as aoc
INPUTS_DIR = f"{pathlib.Path(__file__).parent.parent}/inputs"
@pytest.fixture
def example_data1():
def example_data():
input_path = f"{INPUTS_DIR}/dayXX-example.txt"
return aoc.parse(pathlib.Path(input_path).read_text().strip())


Loading…
Cancel
Save