From 29460de29dfb1d5be092630e5833787d16e86076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 18 Oct 2022 13:28:56 +0200 Subject: [PATCH] use plural in test names --- tests/PendingTenantsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);