Skip to content

Commit

Permalink
Remove faulty legacy argument from test
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 6, 2024
1 parent 056d98f commit c92c3e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function testComponentRendersPostWithAuthorObject()
$view = $this->renderTestView(MarkdownPost::make(matter: [
'author' => [
'name' => 'John Doe',
'url' => '#',
],
]));

Expand Down

0 comments on commit c92c3e6

Please sign in to comment.