diff --git a/tests/ActionTest.php b/tests/ActionTest.php index 90a7b807..5390afd9 100644 --- a/tests/ActionTest.php +++ b/tests/ActionTest.php @@ -71,8 +71,6 @@ test('create storage symlinks action fails for disks that are not tenant-aware', /** @var Tenant $tenant */ $tenant = Tenant::create(); - (new CreateStorageSymlinksAction)($tenant); - expect(fn () => (new CreateStorageSymlinksAction)($tenant)) ->toThrow(Exception::class, 'Disk public is not tenant-aware.');