From f3898e7224ec919dc257635019f15885d8f9ed78 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Thu, 15 Sep 2022 15:37:52 +0500 Subject: [PATCH] Update SingleDatabaseTenancyTest.php --- tests/SingleDatabaseTenancyTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SingleDatabaseTenancyTest.php b/tests/SingleDatabaseTenancyTest.php index 6e3347c2..c38b6156 100644 --- a/tests/SingleDatabaseTenancyTest.php +++ b/tests/SingleDatabaseTenancyTest.php @@ -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()