summaryrefslogtreecommitdiff
path: root/test/matrix_app_service_web/views/error_view_test.exs
diff options
context:
space:
mode:
Diffstat (limited to 'test/matrix_app_service_web/views/error_view_test.exs')
-rw-r--r--test/matrix_app_service_web/views/error_view_test.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/matrix_app_service_web/views/error_view_test.exs b/test/matrix_app_service_web/views/error_view_test.exs
index fb0d11e..e23078a 100644
--- a/test/matrix_app_service_web/views/error_view_test.exs
+++ b/test/matrix_app_service_web/views/error_view_test.exs
@@ -5,7 +5,9 @@ defmodule MatrixAppServiceWeb.ErrorViewTest do
import Phoenix.View
test "renders 404.json" do
- assert render(MatrixAppServiceWeb.ErrorView, "404.json", []) == %{errors: %{detail: "Not Found"}}
+ assert render(MatrixAppServiceWeb.ErrorView, "404.json", []) == %{
+ errors: %{detail: "Not Found"}
+ }
end
test "renders 500.json" do