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

Delete cache.default assertion

This commit is contained in:
lukinovec 2023-04-19 08:35:36 +02:00
parent 4d387188c5
commit 1d52096d6e

View file

@ -93,9 +93,6 @@ test('database data is separated', function () {
});
test('cache data is separated', function (string $bootstrapper) {
// Make sure that the prefixed 'redis' cache driver is used
expect(config('cache.default'))->toBe('redis');
config([
'tenancy.bootstrappers' => [$bootstrapper],
]);