Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo-d committed Nov 10, 2023
1 parent e8419b3 commit 69e38ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/Command/InitCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 69e38ce

Please sign in to comment.