Skip to content

Commit

Permalink
Merge branch 'wip-mdl-54561' of https://github.com/rajeshtaneja/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and David Monllao committed May 13, 2016
2 parents e53d7e7 + 790bf3a commit d58854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/lti/tests/service_exception_handler_test.php
Expand Up @@ -79,7 +79,7 @@ public function test_handle_log() {
ob_end_clean();

$this->assertTrue(is_dir($CFG->dataroot.'/temp/mod_lti'));
$files = glob($CFG->dataroot.'/temp/mod_lti/mod_lti_response*');
$files = glob($CFG->dataroot.'/temp/mod_lti/mod*');
$this->assertEquals(1, count($files));
}
}

0 comments on commit d58854d

Please sign in to comment.