Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Apr 29, 2024
1 parent 9089ff1 commit ebd7afb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule FieldHubWeb.PageControllerTest do

test "GET /", %{conn: conn} do
conn = get(conn, "/")
assert html_response(conn, 200) =~ "FieldHub"
assert html_response(conn, 200) =~ "Field Hub"
end

describe "Test user -" do
Expand Down

0 comments on commit ebd7afb

Please sign in to comment.