mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:44:04 +00:00
Fix test name typo
This commit is contained in:
parent
a45f02445c
commit
006a6800cc
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ test('secondary models are not scoped to the current tenant when accessed direct
|
||||||
expect(Comment::count())->toBe(2);
|
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([
|
$acme = Tenant::create([
|
||||||
'id' => 'acme',
|
'id' => 'acme',
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue