Skip to content

Commit

Permalink
Ensure that the emails used doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudmorisset committed Nov 9, 2020
1 parent 5011c97 commit dab73c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/lib/bamboo/adapters/smtp_adapter_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ defmodule Bamboo.SMTPAdapterTest do
test "email looks fine when they have non-ASCII characters in subject, from and to" do
bamboo_email =
new_email(
from: {"Awesome Person 😎", "awesome@person.co"},
to: {"Person Awesome 🤩", "person@awesome.co"},
from: {"Awesome Person 😎", "awesome@person.local"},
to: {"Person Awesome 🤩", "person@awesome.local"},
subject: "Hello! 👋"
)

Expand Down

0 comments on commit dab73c3

Please sign in to comment.