Fix tests.

This commit is contained in:
codevictory
2021-04-24 17:23:01 +03:00
parent 4d50936d49
commit 8f1de6fa84
5 changed files with 113 additions and 38 deletions

View File

@@ -3,6 +3,6 @@ defmodule RunosaariWeb.PageControllerTest do
test "GET /", %{conn: conn} do
conn = get(conn, "/")
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
assert html_response(conn, 200) =~ "Runosaari 2021"
end
end