From 0f7a2ae6d386a6740f1fda5d50aa9d45f23ec0f0 Mon Sep 17 00:00:00 2001
From: Dasuntha Gunathunga <Dasuntha.Gunathunga@navitas.com>
Date: Fri, 13 Oct 2017 12:18:00 +1100
Subject: [PATCH] issue121 - Fixed

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

diff --git a/tests/lib/emitter/enrolment_created_test.php b/tests/lib/emitter/enrolment_created_test.php
index 548963d..2adc6f6 100644
--- a/tests/lib/emitter/enrolment_created_test.php
+++ b/tests/lib/emitter/enrolment_created_test.php
@@ -43,6 +43,6 @@ class enrolment_created_test extends event_test {
         parent::assert_output($input, $output);
         $this->assert_verb('http://www.tincanapi.co.uk/verbs/enrolled_onto_learning_plan', 'enrolled onto', $output['verb']);
         $this->assert_object('course', $input, $output['object']);
-        $this->assert_user($input, $output['context']['instructor'], 'instructor');
+        $this->assert_user($input, $output['context']['instructor'], 'user');
     }
 }
-- 
GitLab