Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Apr 20, 2024
1 parent 8dd8f6e commit abe4ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/condition_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ public function test_frontend(): void {
$les = new \lesson($generator->get_plugin_generator('mod_lesson')->create_instance($params));
$params['lang'] = 'nl';
$page = $generator->get_plugin_generator('mod_page')->create_instance($params);
$user = $generator->create_and_enrol($course);
$modinfo = get_fast_modinfo($course);
$cm1 = $modinfo->get_cm($les->cmid);
$cm2 = $modinfo->get_cm($page->cmid);
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
$plugin->requires = 2023042400;
$plugin->maturity = MATURITY_STABLE;
$plugin->supported = [402, 404];
$plugin->release = 'v4.4.1'
$plugin->release = 'v4.4.1';
$plugin->version = 2024042000;

0 comments on commit abe4ae1

Please sign in to comment.