Skip to content

Commit

Permalink
change handle of form in test
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Mar 26, 2024
1 parent 953f22d commit 91520e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Forms/SendEmailsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function it_dispatches_delete_attachments_job_after_dispatching_email_job
{
Bus::fake();

$form = tap(FacadesForm::make('test')->email([
$form = tap(FacadesForm::make('attachments_test')->email([
'from' => 'first@sender.com',
'to' => 'first@recipient.com',
'foo' => 'bar',
Expand Down

0 comments on commit 91520e0

Please sign in to comment.