1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:04:03 +00:00

Fix test name typo

This commit is contained in:
lukinovec 2022-08-09 12:32:01 +02:00
parent a45f02445c
commit 006a6800cc

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 ARE scoped to the current tenant when accessed directly and parent relationship traits used', function () {
test('secondary models ARE scoped to the current tenant when accessed directly and parent relationship trait is used', function () {
$acme = Tenant::create([
'id' => 'acme',
]);