Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv committed Jul 11, 2024
1 parent 1d5f0ed commit 2aa71e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Unit/MailableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
->send(new TestMailable());

expect($this->client->sentRequests())->toHaveCount(1);
expect($this->client->sentPayloads()[0]['content']['attachments'])->toHaveCount(2);
});

it('can send multiple mailable payloads', function () {
Expand Down

0 comments on commit 2aa71e1

Please sign in to comment.