Formatting

This commit is contained in:
Marcus Moore 2025-01-21 10:25:53 -08:00
parent e733d2a5d0
commit 31097bdc37
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ class ShowAssetTest extends TestCase
public function testPageForAssetWithMissingModelStillRenders()
{
$asset = Asset::factory()->create();
$asset->model_id = null;
$asset->forceSave();