mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:14:03 +00:00
use plural in test names
This commit is contained in:
parent
6222a72a2f
commit
29460de29d
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ use Stancl\Tenancy\Events\PendingTenantPulled;
|
||||||
use Stancl\Tenancy\Events\PullingPendingTenant;
|
use Stancl\Tenancy\Events\PullingPendingTenant;
|
||||||
use Stancl\Tenancy\Tests\Etc\Tenant;
|
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();
|
Tenant::createPending();
|
||||||
|
|
||||||
expect(Tenant::onlyPending()->count())->toBe(1);
|
expect(Tenant::onlyPending()->count())->toBe(1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue