Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jul 11, 2024
1 parent 3e19a01 commit ada754d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Payloads/LoggedMailPayloadTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'email' => '[email protected]',
],
],
'attachments' => [],
])->toEqual($payload->getContent());
});

Expand Down Expand Up @@ -85,5 +86,6 @@
],
'cc' => [],
'bcc' => [],
'attachments' => [],
])->toEqual($payload->getContent());
});

0 comments on commit ada754d

Please sign in to comment.