From 0b548f609ce1ed8c954654094a8fc450252df526 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 12 Jan 2023 23:28:44 -0500 Subject: [PATCH] chore: fix build/check --- lib/ash_hq_web.ex | 2 +- test/support/conn_case.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ash_hq_web.ex b/lib/ash_hq_web.ex index bff9e15..6864b91 100644 --- a/lib/ash_hq_web.ex +++ b/lib/ash_hq_web.ex @@ -120,7 +120,7 @@ defmodule AshHqWeb do end end - def static_paths() do + def static_paths do ~w(assets fonts images favicon.ico robots.txt) end diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index 7ef7a8d..4990096 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -62,7 +62,7 @@ defmodule AshHqWeb.ConnCase do } end - defp test_user() do + defp test_user do user = AshHq.Accounts.User.register_with_password!( "test@example.com",