Skip to content

Commit

Permalink
fix failing test (assertion) "Show App" > "App" #95
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 1, 2020
1 parent fdea23d commit 45b7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/auth_web/controllers/app_controller_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule AuthWeb.AppControllerTest do
assert redirected_to(conn) == Routes.app_path(conn, :show, id)

conn = get(conn, Routes.app_path(conn, :show, id))
assert html_response(conn, 200) =~ "Show App"
assert html_response(conn, 200) =~ "App"
end

test "renders errors when data is invalid", %{conn: conn} do
Expand Down

0 comments on commit 45b7dbe

Please sign in to comment.