From ff0a96b0bafc86bf53c5bd2f706286a15afd74ff Mon Sep 17 00:00:00 2001
From: jlowe64 <jerrett.fowler@gmail.com>
Date: Wed, 27 Jan 2016 13:37:17 +0000
Subject: [PATCH] revert

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

diff --git a/tests/TestCase.php b/tests/TestCase.php
index d93f578..9435ca1 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -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->createEvents($moodle_event);
+        $translator_event = $this->translator_controller->createEvent($moodle_event);
         $this->assertTrue($translator_event != null, 'Check that the event exists in the translator controller.');
 
         $xapi_event = $this->xapi_controller->createEvent($translator_event);
-- 
GitLab