Promotion (#2)

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-06-21 19:09:56 +00:00
parent dd507ca515
commit 11d923b72f
13 changed files with 10654 additions and 344 deletions
@@ -9,6 +9,7 @@ defmodule ChesstrainerWeb.ErrorHTMLTest do
end
test "renders 500.html" do
assert render_to_string(ChesstrainerWeb.ErrorHTML, "500", "html", []) == "Internal Server Error"
assert render_to_string(ChesstrainerWeb.ErrorHTML, "500", "html", []) ==
"Internal Server Error"
end
end