Skip to content

Commit

Permalink
test HasMedia
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Nov 27, 2023
1 parent f4f2498 commit d4b3436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/HasMediaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
$media = $model->getMedia('avatar')->first();

Storage::disk('media')->assertExists($media->path);
})->only();
});

0 comments on commit d4b3436

Please sign in to comment.