diff --git a/tests/Unit/Command/InitCommandTest.php b/tests/Unit/Command/InitCommandTest.php index e26e2d6..66a9d43 100644 --- a/tests/Unit/Command/InitCommandTest.php +++ b/tests/Unit/Command/InitCommandTest.php @@ -35,7 +35,7 @@ }); it("checks that the command doesn't have default description", function () { - expect($this->command::getDefaultDescription())->toBe('Sets up the test suites.'); + expect($this->command::getDefaultDescription())->toBeNull(); }); it("checks that the command throws error when arguments aren't specified", function () {