diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index ca6bde08..4f746387 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -182,8 +182,6 @@ test('run command with array of tenants works', function () { test('run command works when sub command asks question and accepts argument', function () { $id = Tenant::create()->getTenantKey(); - Artisan::call('tenants:migrate', ['--tenants' => [$id]]); - pest()->artisan("tenants:run --tenants=$id 'age:ask Abrar' ") ->expectsQuestion('What is your age?', 22) ->expectsOutput("Tenant: $id")