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();