diff --git a/tests/CrudApiMakeCommandTest.php b/tests/CrudApiMakeCommandTest.php index de33b99..f2f2e19 100644 --- a/tests/CrudApiMakeCommandTest.php +++ b/tests/CrudApiMakeCommandTest.php @@ -59,7 +59,7 @@ class CrudApiMakeCommandTest extends TestCase } /** @test */ - public function it_not_generate_api_crud_files_if_namespaced_model_exists() + public function it_still_generates_api_crud_files_even_if_namespaced_model_exists() { $this->artisan('make:model', ['name' => 'Entities/Projects/Problem', '--no-interaction' => true]); $this->artisan('make:crud-api', ['name' => 'Entities/Projects/Problem', '--no-interaction' => true]);