Skip to content

Commit

Permalink
Fixes test name
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Jun 13, 2024
1 parent 2167e76 commit b3d431f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/AnalyseCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
});

it('fails an non-existing package-directory', function () {
it('fails on non-existing package-directory', function () {
$this->artisan('analyse /tmpo')->assertExitCode(Command::FAILURE);
});

Expand Down

0 comments on commit b3d431f

Please sign in to comment.