Skip to content
Snippets Groups Projects
Commit f895feed authored by jlowe64's avatar jlowe64
Browse files

Fixed tests

parent 037a50be
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ abstract class TestCase extends PhpUnitTestCase {
$moodle_event = $this->moodle_controller->createEvent($input);
$this->assertTrue($moodle_event != null, 'Check that the event exists in the expander controller.');
$translator_event = $this->translator_controller->createEvent($moodle_event);
$translator_event = $this->translator_controller->createEvents($moodle_event);
$this->assertTrue($translator_event != null, 'Check that the event exists in the translator controller.');
$xapi_event = $this->xapi_controller->createEvent($translator_event);
......@@ -62,4 +62,4 @@ abstract class TestCase extends PhpUnitTestCase {
'eventname' => '\core\event\course_viewed',
];
}
}
\ No newline at end of file
}
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