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

remove unused line

This commit is contained in:
Abrar Ahmad 2022-11-29 18:11:10 +05:00
parent b920a2905e
commit 2901d0190c

View file

@ -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())