1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:04:03 +00:00
This commit is contained in:
lukinovec 2022-07-27 10:58:27 +02:00
parent 8aff44215d
commit c0b65a98c0

View file

@ -61,7 +61,7 @@ test('secondary models are not scoped to the current tenant when accessed direct
expect(Comment::count())->toBe(2);
});
test('secondary models a r e scoped to the current tenant when accessed directly and parent relationship traitis used', function () {
test('secondary models ARE scoped to the current tenant when accessed directly and parent relationship traits used', function () {
$acme = Tenant::create([
'id' => 'acme',
]);