mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-23 21:54:33 +01:00
Fixes minor typo in test.
This commit is contained in:
parent
cc35ea1f71
commit
1afd0bbd88
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ defmodule PhilomenaWeb.DeactivationControllerTest do
|
|||
setup :register_and_log_in_user
|
||||
|
||||
describe "GET /deactivations" do
|
||||
test "renders the deactive account page", %{conn: conn} do
|
||||
test "renders the deactivate account page", %{conn: conn} do
|
||||
conn = get(conn, ~p"/deactivations")
|
||||
response = html_response(conn, 200)
|
||||
assert response =~ "<h1>Deactivate Account</h1>"
|
||||
|
|
Loading…
Reference in a new issue