1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:54:04 +00:00

Update SingleDatabaseTenancyTest.php

This commit is contained in:
Abrar Ahmad 2022-09-15 15:37:52 +05:00
parent 782501fc53
commit f3898e7224

View file

@ -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
expect($uniqueFails)->toBeTrue()
->and($existsFails)->toBeFalse();
})->group('roles');
});
// todo@tests
function primaryModelsScopedToCurrentTenant()