Skip to content

Commit

Permalink
fixup! Test template sorter and timetables
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Mar 14, 2024
1 parent f3db4df commit 9252648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def get_template_sorter(mock_response, date):


@pytest.fixture
def election_date_template_sorter(template_sorter):
def election_date_template_sorter():
def get_election_date_template_sorter(template_sorter):
election_date_sorter = ElectionDateTemplateSorter(
date_data=template_sorter.dates[0],
Expand Down

0 comments on commit 9252648

Please sign in to comment.