Fix unit tests

This commit is contained in:
Jonny Barnes 2026-01-04 10:22:32 +00:00
commit 51780523b4
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
3 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,6 @@ class ProcessMediaJobTest extends TestCase
{
$manager = app()->make(ImageManager::class);
Storage::disk('local')->put('media/test-image.jpg', file_get_contents(__DIR__.'/../../test-image.jpg'));
ray(Storage::disk('local')->get('media/test-image.jpg'));
$job = new ProcessMedia('media/test-image.jpg');
$job->handle($manager);