We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f39cbc commit 71bdc3cCopy full SHA for 71bdc3c
tests/Unit/Concerns/InteractsWithAttachmentsTest.php
@@ -31,7 +31,7 @@ public function it_deletes_the_attachment_when_the_model_is_deleted(): void
31
/** @var Post $post */
32
$post = Post::factory()->create();
33
34
- $attachment = $this->getAttachment($post);
+ $this->getAttachment($post);
35
36
$this->assertDatabaseHas('attachments', [
37
'model_type' => 'post',
0 commit comments