Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 committed Nov 16, 2021
1 parent 99d55e2 commit b0b1bd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/GenerateDocCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public function testHandleOnDocumentationUpdated(): void
->artisan(GenerateDocCommand::class, [
'path' => 'commands.md',
])
->assertExitCode(Command::SUCCESS)
->assertSuccessful()
->run();
}
Expand Down

0 comments on commit b0b1bd7

Please sign in to comment.