From f69bc2add0ebbef74a672a5f1a1f3f1bab132bc3 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 31 Aug 2022 11:02:09 +0500 Subject: [PATCH] Update CommandsTest.php --- tests/CommandsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CommandsTest.php b/tests/CommandsTest.php index cd2eed9d..9793846a 100644 --- a/tests/CommandsTest.php +++ b/tests/CommandsTest.php @@ -180,7 +180,7 @@ test('run command with array of tenants works', function () { ->expectsOutput('Tenant: ' . $tenantId2); }); -test('run command works when sub command asks question and accepts argument', function () { +test('run command works when sub command asks questions and accepts arguments', function () { $tenant = Tenant::create(); $id = $tenant->getTenantKey();