diff --git a/tests/PrefixCacheBootstrapperTest.php b/tests/PrefixCacheBootstrapperTest.php index d884fc55..17b5e00a 100644 --- a/tests/PrefixCacheBootstrapperTest.php +++ b/tests/PrefixCacheBootstrapperTest.php @@ -86,7 +86,7 @@ test('cache prefix is different for each tenant', function () { expect(cache($tenantOnePrefix . ':key'))->toBe('tenantone-value'); expect(cache($tenantTwoPrefix . ':key'))->toBe('tenanttwo-value'); -})->group('prefix'); +}); test('cache is persisted when reidentification is used', function () { $tenant1 = Tenant::create();