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:
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) {
|
||||
// Make sure that the prefixed 'redis' cache driver is used
|
||||
expect(config('cache.default'))->toBe('redis');
|
||||
|
||||
config([
|
||||
'tenancy.bootstrappers' => [$bootstrapper],
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue