noahsettersten commited on
Commit
d793879
1 Parent(s): 9cf65c6

test: Update PageControllerTest

Browse files
test/medical_transcription_web/controllers/page_controller_test.exs CHANGED
@@ -3,6 +3,6 @@ defmodule MedicalTranscriptionWeb.PageControllerTest do
3
 
4
  test "GET /", %{conn: conn} do
5
  conn = get(conn, ~p"/")
6
- assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
7
  end
8
  end
 
3
 
4
  test "GET /", %{conn: conn} do
5
  conn = get(conn, ~p"/")
6
+ assert html_response(conn, 200) =~ "Medical Code Transcriber"
7
  end
8
  end