Skip to content

Commit

Permalink
remove others
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Nov 11, 2024
1 parent f7a3e1f commit b345720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/forms/docs/09-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ it('can send invoices', function () {
'invoice' => $invoice,
])
->mountFormComponentAction('customer_id', 'send')
->setFormComponentActionData('customer_id', 'send', data: [
->setFormComponentActionData([
'email' => $email = fake()->email(),
])
});
Expand Down
2 changes: 1 addition & 1 deletion packages/infolists/docs/08-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ it('can send invoices', function () {
'invoice' => $invoice,
])
->mountInfolistAction('customer', 'send')
->setInfolistActionData('customer', 'send', data: [
->setInfolistActionData([
'email' => $email = fake()->email(),
])
});
Expand Down

0 comments on commit b345720

Please sign in to comment.