diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index 0aec0d3c..b2a4e572 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -12,7 +12,7 @@ use Stancl\Tenancy\Events\PendingTenantPulled; use Stancl\Tenancy\Events\PullingPendingTenant; use Stancl\Tenancy\Tests\Etc\Tenant; -test('a tenant is correctly identified as pending', function (){ +test('tenants are correctly identified as pending', function (){ Tenant::createPending(); expect(Tenant::onlyPending()->count())->toBe(1);