mix format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user