mirror of
https://github.com/archtechx/tenancy.git
synced 2026-09-20 15:34:03 +00:00
Correct the regression test
This commit is contained in:
parent
0eb2cf18a4
commit
2bd590ef0e
1 changed files with 0 additions and 2 deletions
|
|
@ -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.');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue