folder creation fix

This commit is contained in:
Čarodej
2022-03-17 09:38:49 +01:00
parent 4b899d8f29
commit 9c040cfe48
5 changed files with 9 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ class SetupServiceTest extends TestCase
public function it_create_system_folders()
{
// folders are created in TestCase
collect(['avatars', 'chunks', 'system', 'files', 'temp', 'zip'])
collect(['avatars', 'chunks', 'system', 'files', 'temp'])
->each(function ($directory) {
Storage::disk('local')->assertExists($directory);
});