Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed May 8, 2021
1 parent aec5e43 commit 0507ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/format_masonry_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function test_renderer() {
$generator->get_plugin_generator('mod_forum')->create_instance(['course' => $this->course->id, 'section' => 1]);
$generator->get_plugin_generator('mod_wiki')->create_instance(['course' => $this->course->id, 'section' => 1]);
set_section_visible($this->course->id, 2, 0);

$page = new \moodle_page();
$page->set_context(\context_course::instance($this->course->id));
$page->set_course($this->course);
Expand Down

0 comments on commit 0507ae2

Please sign in to comment.