mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:34:04 +00:00
Remove redundant Tenant::all() call
This commit is contained in:
parent
79da8574a8
commit
b0e6a496c9
1 changed files with 0 additions and 1 deletions
|
|
@ -126,7 +126,6 @@ test('pending tenants are included in all queries based on the include_in_querie
|
||||||
config(['tenancy.pending.include_in_queries' => true]);
|
config(['tenancy.pending.include_in_queries' => true]);
|
||||||
|
|
||||||
expect(Tenant::all()->count())->toBe(1);
|
expect(Tenant::all()->count())->toBe(1);
|
||||||
Tenant::all();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test('pending events are dispatched', function () {
|
test('pending events are dispatched', function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue