Skip to content

Commit

Permalink
fix: fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
faria-s committed Sep 23, 2024
1 parent a170c65 commit da0e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cesium_link_web/controllers/error_html_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule CesiumLinkWeb.ErrorHTMLTest do
import Phoenix.Template

test "renders 404.html" do
assert render_to_string(CesiumLinkWeb.ErrorHTML, "404", "html", []) =~ "404 Page not found"
assert render_to_string(CesiumLinkWeb.ErrorHTML, "404", "html", []) =~ "404 Page Not Found"
end

test "renders 500.html" do
Expand Down

0 comments on commit da0e8a1

Please sign in to comment.