mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:14:04 +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);
|
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();
|
Tenant::query()->delete();
|
||||||
|
|
||||||
expect(Tenant::onlyPending()->exists())->toBeFalse();
|
expect(Tenant::onlyPending()->exists())->toBeFalse();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue