Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmoore committed Jan 21, 2025
1 parent e733d2a commit 31097bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/Assets/Ui/ShowAssetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ShowAssetTest extends TestCase
public function testPageForAssetWithMissingModelStillRenders()
{
$asset = Asset::factory()->create();

$asset->model_id = null;
$asset->forceSave();

Expand Down

0 comments on commit 31097bd

Please sign in to comment.