s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-04-10 06:14:37 +02:00
commit 9c1b36856b
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
7 changed files with 17 additions and 8 deletions

View file

@ -321,7 +321,9 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
assert user.info.confirmation_pending
Swoosh.TestAssertions.assert_email_sent(Pleroma.UserEmail.account_confirmation_email(user))
Swoosh.TestAssertions.assert_email_sent(
Pleroma.Emails.UserEmail.account_confirmation_email(user)
)
end
test "it registers a new user and parses mentions in the bio" do