mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 00:34:05 +00:00
Update SingleDatabaseTenancyTest.php
This commit is contained in:
parent
782501fc53
commit
f3898e7224
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ test('the model returned by the tenant helper has unique and exists validation r
|
||||||
// Assert that tenant()->unique() and tenant()->exists() are scoped
|
// Assert that tenant()->unique() and tenant()->exists() are scoped
|
||||||
expect($uniqueFails)->toBeTrue()
|
expect($uniqueFails)->toBeTrue()
|
||||||
->and($existsFails)->toBeFalse();
|
->and($existsFails)->toBeFalse();
|
||||||
})->group('roles');
|
});
|
||||||
|
|
||||||
// todo@tests
|
// todo@tests
|
||||||
function primaryModelsScopedToCurrentTenant()
|
function primaryModelsScopedToCurrentTenant()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue