From 2fdf0421e7ab6c0f3bf955afb091a0811edcea60 Mon Sep 17 00:00:00 2001
From: David Pesce <davidpesce@gmail.com>
Date: Wed, 21 Feb 2018 14:37:19 -0500
Subject: [PATCH] fix for broken attempt_review test

---
 tests/lib/translator/attempt_reviewed_test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lib/translator/attempt_reviewed_test.php b/tests/lib/translator/attempt_reviewed_test.php
index 7eb292f..7117e68 100644
--- a/tests/lib/translator/attempt_reviewed_test.php
+++ b/tests/lib/translator/attempt_reviewed_test.php
@@ -21,7 +21,7 @@ defined('MOODLE_INTERNAL') || die();
 use \MXTranslator\Events\AttemptReviewed as Event;
 
 class attempt_reviewed_test extends attempt_started_test {
-    protected static $recipename = 'attempt_completed';
+    protected static $recipename = 'attempt_reviewed';
 
     /**
      * Sets up the tests.
-- 
GitLab