Skip to content

Commit 6adbdde

Browse files
fix tests
1 parent c93e731 commit 6adbdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pointing_party_web/controllers/card_controller_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule PointingPartyWeb.CardControllerTest do
1111

1212
test "GET /cards", %{conn: conn} do
1313
conn = get(conn, "/cards")
14-
assert html_response(conn, 200) =~ "Support loading data from a database"
14+
assert html_response(conn, 200) =~ "Start the Party!"
1515
end
1616
end
1717

0 commit comments

Comments
 (0)