Skip to content

Commit 5e46018

Browse files
committed
fix(storage): use storage subdirectory during tests
1 parent d896888 commit 5e46018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Storage/src/Testing/TestingStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private function createStorage(?string $path = null, ?TemporaryUrlGenerator $tem
161161
{
162162
return new GenericStorage(
163163
storageConfig: new LocalStorageConfig(
164-
path: internal_storage_path('tests/' . ($path ?? 'storage')),
164+
path: internal_storage_path('tests/storage/' . ($path ?? 'storage')),
165165
readonly: false,
166166
),
167167
temporaryUrlGenerator: $temporaryUrlGenerator,

0 commit comments

Comments
 (0)