forked from AkkomaGang/akkoma
Fix warning.
This commit is contained in:
parent
70163aec9b
commit
d22af29bb4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ test "it authenticates the auth_user if present and password is correct and rese
|
||||||
conn =
|
conn =
|
||||||
with_mock User,
|
with_mock User,
|
||||||
reset_password: fn user, %{password: password, password_confirmation: password} ->
|
reset_password: fn user, %{password: password, password_confirmation: password} ->
|
||||||
send(self, :reset_password)
|
send(self(), :reset_password)
|
||||||
{:ok, user}
|
{:ok, user}
|
||||||
end do
|
end do
|
||||||
conn
|
conn
|
||||||
|
|
Loading…
Reference in a new issue