mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:04:03 +00:00
Fix typo
This commit is contained in:
parent
8aff44215d
commit
c0b65a98c0
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);
|
||||
});
|
||||
|
||||
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',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue