chore: fix build/check

This commit is contained in:
Zach Daniel 2023-01-12 23:28:44 -05:00
parent e83a0c054e
commit 0b548f609c
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ defmodule AshHqWeb do
end end
end end
def static_paths() do def static_paths do
~w(assets fonts images favicon.ico robots.txt) ~w(assets fonts images favicon.ico robots.txt)
end end

View file

@ -62,7 +62,7 @@ defmodule AshHqWeb.ConnCase do
} }
end end
defp test_user() do defp test_user do
user = user =
AshHq.Accounts.User.register_with_password!( AshHq.Accounts.User.register_with_password!(
"test@example.com", "test@example.com",