fix dialyzer and warnings
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-17 21:30:05 -05:00
parent ba2294f156
commit 776d8a0250
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ defmodule Cannery.Fixtures do
[_, html_token, _] = email.html_body |> String.split("[TOKEN]")
[_, text_token, _] = email.text_body |> String.split("[TOKEN]")
text_token = html_token
^text_token = html_token
end
def valid_user_attributes(attrs \\ %{}) do