mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 02:04:03 +00:00
Delete cache.default assertion
This commit is contained in:
parent
4d387188c5
commit
1d52096d6e
1 changed files with 0 additions and 3 deletions
|
|
@ -93,9 +93,6 @@ test('database data is separated', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
test('cache data is separated', function (string $bootstrapper) {
|
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([
|
config([
|
||||||
'tenancy.bootstrappers' => [$bootstrapper],
|
'tenancy.bootstrappers' => [$bootstrapper],
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue