mix format

This commit is contained in:
2022-11-07 13:49:31 +01:00
parent 51b9cc7f76
commit 0e74b0e1e0
16 changed files with 137 additions and 110 deletions

View File

@ -9,6 +9,7 @@ defmodule SomethingErlangWeb.ErrorViewTest do
end
test "renders 500.html" do
assert render_to_string(SomethingErlangWeb.ErrorView, "500.html", []) == "Internal Server Error"
assert render_to_string(SomethingErlangWeb.ErrorView, "500.html", []) ==
"Internal Server Error"
end
end