Skip to content

Commit 0c699af

Browse files
fix: test failure
1 parent 6c1e6a1 commit 0c699af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/yearbook_web/controllers/page_controller_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ defmodule YearbookWeb.PageControllerTest do
33

44
test "GET /", %{conn: conn} do
55
conn = get(conn, ~p"/")
6-
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
6+
assert html_response(conn, 200) =~ "Hello World"
77
end
88
end

0 commit comments

Comments
 (0)