Skip to content

Commit 71bdc3c

Browse files
committed
coverage test
1 parent 5f39cbc commit 71bdc3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Concerns/InteractsWithAttachmentsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function it_deletes_the_attachment_when_the_model_is_deleted(): void
3131
/** @var Post $post */
3232
$post = Post::factory()->create();
3333

34-
$attachment = $this->getAttachment($post);
34+
$this->getAttachment($post);
3535

3636
$this->assertDatabaseHas('attachments', [
3737
'model_type' => 'post',

0 commit comments

Comments
 (0)