1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00

Remove redundant Tenant::all() call

This commit is contained in:
lukinovec 2022-10-28 10:47:57 +02:00 committed by GitHub
parent 79da8574a8
commit b0e6a496c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]);
expect(Tenant::all()->count())->toBe(1);
Tenant::all();
});
test('pending events are dispatched', function () {