summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/twitter_api_controller_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-04-20 13:10:57 +0200
committerlain <lain@soykaf.club>2018-04-20 13:10:57 +0200
commita61e8ac15473aca6d0ec9ef20df981bcef9d5897 (patch)
tree752554e4a938b5786d7e870e9f02ec1597039828 /test/web/twitter_api/twitter_api_controller_test.exs
parent18c3ca784427ad5e5f015c76c157697671d00fd4 (diff)
downloadpleroma-a61e8ac15473aca6d0ec9ef20df981bcef9d5897.tar.gz
pleroma-a61e8ac15473aca6d0ec9ef20df981bcef9d5897.zip
Formatting.
Diffstat (limited to 'test/web/twitter_api/twitter_api_controller_test.exs')
-rw-r--r--test/web/twitter_api/twitter_api_controller_test.exs8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/web/twitter_api/twitter_api_controller_test.exs b/test/web/twitter_api/twitter_api_controller_test.exs
index 18a3243f5..406dace1c 100644
--- a/test/web/twitter_api/twitter_api_controller_test.exs
+++ b/test/web/twitter_api/twitter_api_controller_test.exs
@@ -270,10 +270,10 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
assert length(response) == 1
assert response ==
- NotificationView.render(
- "notification.json",
- %{notifications: Notification.for_user(current_user), for: current_user}
- )
+ NotificationView.render("notification.json", %{
+ notifications: Notification.for_user(current_user),
+ for: current_user
+ })
end
end