1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 20:54:04 +00:00

Remove group('prefix')

This commit is contained in:
lukinovec 2023-01-05 16:49:49 +01:00
parent 507df55b4c
commit 52db2a0c06

View file

@ -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();