Skip to content

Commit

Permalink
test: fix generate_task_files usage in test
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 25, 2024
1 parent 6daffad commit 3ae5423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/tests/test_projects_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async def test_generate_project_files(db, client, project):
functools.partial(
project_crud.generate_task_files,
db,
project_id,
project,
task_id,
split_extract_dict[task_id],
xlsform_file,
Expand Down

0 comments on commit 3ae5423

Please sign in to comment.