We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0461dc6 commit 62596efCopy full SHA for 62596ef
1 file changed
tests/Feature/Vaults/ListVaultNodeChildrenTest.php
@@ -2,9 +2,9 @@
2
3
declare(strict_types=1);
4
5
-use App\Models\User;
6
use App\Actions\CreateVault;
7
use App\Actions\CreateVaultNode;
+use App\Models\User;
8
9
it('lists the children of a folder', function (): void {
10
$user = User::factory()->create();
0 commit comments