Skip to content
Snippets Groups Projects
Commit 2fdf0421 authored by David Pesce's avatar David Pesce
Browse files

fix for broken attempt_review test

parent d0db8c42
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -21,7 +21,7 @@ defined('MOODLE_INTERNAL') || die();
use \MXTranslator\Events\AttemptReviewed as Event; use \MXTranslator\Events\AttemptReviewed as Event;
class attempt_reviewed_test extends attempt_started_test { class attempt_reviewed_test extends attempt_started_test {
protected static $recipename = 'attempt_completed'; protected static $recipename = 'attempt_reviewed';
/** /**
* Sets up the tests. * Sets up the tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment