chore: apply mix format to codebase
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,7 +2,9 @@ defmodule SimpleshopThemeWeb.ErrorJSONTest do
|
||||
use SimpleshopThemeWeb.ConnCase, async: true
|
||||
|
||||
test "renders 404" do
|
||||
assert SimpleshopThemeWeb.ErrorJSON.render("404.json", %{}) == %{errors: %{detail: "Not Found"}}
|
||||
assert SimpleshopThemeWeb.ErrorJSON.render("404.json", %{}) == %{
|
||||
errors: %{detail: "Not Found"}
|
||||
}
|
||||
end
|
||||
|
||||
test "renders 500" do
|
||||
|
||||
Reference in New Issue
Block a user