diff --git a/tests/Feature/Commands/CheckCommandTest.php b/tests/Feature/Commands/CheckCommandTest.php index 73ec986..aa08b0e 100644 --- a/tests/Feature/Commands/CheckCommandTest.php +++ b/tests/Feature/Commands/CheckCommandTest.php @@ -1,7 +1,7 @@ artisan('inspire') +test('check command', function () { + $this->artisan('check ivuorinen branch-usage-checker') // ->expectsOutput('') ->assertExitCode(0); }); diff --git a/tests/Feature/InspireCommandTest.php b/tests/Feature/InspireCommandTest.php deleted file mode 100755 index 58c71a1..0000000 --- a/tests/Feature/InspireCommandTest.php +++ /dev/null @@ -1,5 +0,0 @@ -artisan('inspire')->assertExitCode(0); -});