Formatter pass

This commit is contained in:
Claudio Ortolina
2024-09-14 14:19:45 +01:00
parent 170f195aae
commit 705fd665d2
5 changed files with 31 additions and 7 deletions
@@ -9,6 +9,7 @@ defmodule MusicLibraryWeb.ErrorHTMLTest do
end
test "renders 500.html" do
assert render_to_string(MusicLibraryWeb.ErrorHTML, "500", "html", []) == "Internal Server Error"
assert render_to_string(MusicLibraryWeb.ErrorHTML, "500", "html", []) ==
"Internal Server Error"
end
end