Fix unit tests
All checks were successful
builds.sr.ht Job completed

This commit is contained in:
2024-01-08 01:00:14 +00:00
parent 6c3cc84f7a
commit cacab2541d
9 changed files with 81 additions and 83 deletions

View File

@@ -1,8 +0,0 @@
defmodule WishWeb.PageControllerTest do
use WishWeb.ConnCase
test "GET /", %{conn: conn} do
conn = get(conn, ~p"/")
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
end
end