Skip to content

Commit

Permalink
Test: Fix Wrong Return Type
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Jan 3, 2025
1 parent adf0cd3 commit 014c12e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function isRandomTest(): bool
return $this->test_obj->isRandomTest();
}

protected function getTestQuestionCount(): bool
protected function getTestQuestionCount(): int
{
return $this->test_obj->getQuestionCountWithoutReloading();
}
Expand Down

0 comments on commit 014c12e

Please sign in to comment.