Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Jun 12, 2024
1 parent 7084601 commit efa1ee1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defmodule Systems.Account.UserSessionControllerTest do

conn = get(conn, "/")
response = html_response(conn, 200)
assert response =~ "My homepage"
assert response =~ "My home"
end

test "logs the user in with remember me", %{conn: conn, user: user, password: password} do
Expand Down

0 comments on commit efa1ee1

Please sign in to comment.