Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ewallah committed Sep 2, 2023
1 parent 1520530 commit 053f892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/advanced_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function test_page() {
$this->assertFalse($cond->is_available(false, $info, false, $this->userid));
$this->assertTrue($cond->is_available(true, $info, false, $this->userid));
$this->assertTrue($cond->is_available(true, $info, true, $this->userid));

$ccompletion = new \completion_completion(['course' => $this->course->id, 'userid' => $this->userid]);
$ccompletion->mark_complete();
$this->assertTrue($cond->is_available(false, $info, true, $this->userid));
Expand Down

0 comments on commit 053f892

Please sign in to comment.