Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kbecker42 committed May 16, 2024
1 parent 91f4b6e commit b6bbc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_locked_sched.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_get_task_id_and_duration_for_project_user_missing(self):
assert task.id == task_id

@with_context
@patch('pybossa.core.task_repo.get_task')
@patch('pybossa.sched.task_repo.get_task')
def get_task_id_and_duration_for_project_user_invalid_task_id(self, get_task):
user = UserFactory.create()
project = ProjectFactory.create(owner=user, short_name='egil', name='egil',
Expand Down

0 comments on commit b6bbc44

Please sign in to comment.