mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 19:14:04 +00:00
remove unused line
This commit is contained in:
parent
b920a2905e
commit
2901d0190c
1 changed files with 0 additions and 1 deletions
|
|
@ -21,7 +21,6 @@ beforeEach(function () {
|
||||||
|
|
||||||
test('cache prefix is separate for each tenant', function () {
|
test('cache prefix is separate for each tenant', function () {
|
||||||
$originalPrefix = config('cache.prefix') . ':';
|
$originalPrefix = config('cache.prefix') . ':';
|
||||||
cache()->set('key', 'original-value');
|
|
||||||
|
|
||||||
expect($originalPrefix)
|
expect($originalPrefix)
|
||||||
->toBe(app('cache')->getPrefix())
|
->toBe(app('cache')->getPrefix())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue