Skip to content
Snippets Groups Projects
Commit 0f7a2ae6 authored by Dasuntha Gunathunga's avatar Dasuntha Gunathunga
Browse files

issue121 - Fixed

parent 597d8a42
No related branches found
No related tags found
No related merge requests found
......@@ -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');
}
}
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