mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:14:03 +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 () {
|
||||
$originalPrefix = config('cache.prefix') . ':';
|
||||
cache()->set('key', 'original-value');
|
||||
|
||||
expect($originalPrefix)
|
||||
->toBe(app('cache')->getPrefix())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue