mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 22:24:03 +00:00
Fix test name typo
This commit is contained in:
parent
0005f0eaa7
commit
1e04835536
1 changed files with 2 additions and 2 deletions
|
|
@ -84,7 +84,7 @@ test('clear pending tenants command all option overrides config', function () {
|
|||
expect(Tenant::onlyPending()->count())->toBe(0);
|
||||
});
|
||||
|
||||
test('tenancy can check for rpending tenants', function () {
|
||||
test('tenancy can check for pending tenants', function () {
|
||||
Tenant::query()->delete();
|
||||
|
||||
expect(Tenant::onlyPending()->exists())->toBeFalse();
|
||||
|
|
@ -140,4 +140,4 @@ test('pending events are triggerred', function () {
|
|||
|
||||
Event::assertDispatched(PullingPendingTenant::class);
|
||||
Event::assertDispatched(PendingTenantPulled::class);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue