Skip to content

Commit

Permalink
MDL-63684 core_calendar: Fix test_get_contexts_for_userid() test
Browse files Browse the repository at this point in the history
This issue is part of the MDL-62560 Epic.
  • Loading branch information
Mihail Geshoski committed Oct 31, 2018
1 parent 9b669f6 commit d57c7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calendar/tests/privacy_test.php
Expand Up @@ -104,7 +104,7 @@ public function test_get_contexts_for_userid() {

// Add a Calendar Subscription and Group Calendar Event to Course 3.
$this->create_test_calendar_subscription('course', 'https://calendar.google.com/', $user->id, 0, $course3->id);
$this->create_test_standard_calendar_event('group', $user->id, time(), '', 0, $course1->id, $course3group->id);
$this->create_test_standard_calendar_event('group', $user->id, time(), '', 0, $course3->id, $course3group->id);

// The user will be in these contexts.
$usercontextids = [
Expand Down

0 comments on commit d57c7e7

Please sign in to comment.