diff --git a/tests/TestCase.php b/tests/TestCase.php
index d93f578cab60e8c8400fc94ff214e58930dd0be0..9435ca184dcd0f480f4f57c76a3e91c74d96dd42 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);