Skip to content

Commit

Permalink
removed assesrtion
Browse files Browse the repository at this point in the history
  • Loading branch information
aarohiprasad committed Feb 27, 2025
1 parent de7744f commit 1828756
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ function ($method, $url, $options): MockResponse {
/** @phpstan-ignore-next-line */
Assert::assertSame('[email protected]', $email->getMetadata()['[email protected]']['tokens']['{contactfield=email}']);
Assert::assertCount(1, $email->getFrom());
Assert::assertSame($user->getName(), $email->getFrom()[0]->getName());
Assert::assertSame($user->getEmail(), $email->getFrom()[0]->getAddress());
Assert::assertCount(1, $email->getTo());
Assert::assertSame('', $email->getTo()[0]->getName());
Expand Down

0 comments on commit 1828756

Please sign in to comment.