1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 16:54:05 +00:00

Update CommandsTest.php

This commit is contained in:
Abrar Ahmad 2022-08-31 11:02:09 +05:00
parent 97b1f393e2
commit f69bc2add0

View file

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