diff --git a/tests/TenantAssetTest.php b/tests/TenantAssetTest.php index 603db9b3..ccd8ae1b 100644 --- a/tests/TenantAssetTest.php +++ b/tests/TenantAssetTest.php @@ -83,6 +83,8 @@ test('tenant assets are served even when the suffix_storage_path config is set t $tenant = Tenant::create(); tenancy()->initialize($tenant); + expect(storage_path())->toBe($centralStoragePath); + $filename = 'testfile' . Str::random(8); Storage::disk('public')->put($filename, 'bar');