Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ protected function finishPassForUser($active_id, $obj_id): void

(new ilTestPassFinishTasks(
$test_session,
$obj_id,
new ilObjTest($obj_id, false),
$this->test_result_repository
))->performFinishTasks($processLocker, StatusOfAttempt::FINISHED_BY_CRONJOB);
$this->logger->info('Test session with active id (' . $active_id . ') and obj_id (' . $obj_id . ') is now finished.');
Expand Down