From e1a192efd5b706b78a85ecc2f2bdbdc1119d9e55 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Mon, 29 Aug 2022 11:41:04 +0500 Subject: [PATCH] remove tenant migration line --- tests/CommandsTest.php | 2 -- 1 file changed, 2 deletions(-) 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")