diff --git a/tests/SPC/doctor/CheckListHandlerTest.php b/tests/SPC/doctor/CheckListHandlerTest.php index 28b37cf5..03e00344 100644 --- a/tests/SPC/doctor/CheckListHandlerTest.php +++ b/tests/SPC/doctor/CheckListHandlerTest.php @@ -16,6 +16,7 @@ final class CheckListHandlerTest extends TestCase { $list = new CheckListHandler(); - $this->assertCount(6, $list->runChecks()); + $id = $list->runChecks(); + $this->assertCount(7, $id); } }