summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/views
diff options
context:
space:
mode:
authorlambda <pleromagit@rogerbraun.net>2019-02-17 17:39:45 +0000
committerlambda <pleromagit@rogerbraun.net>2019-02-17 17:39:45 +0000
commita2f4fc49fe6d12fb9fc442b63f2ddd63e3e44782 (patch)
tree6020b41080baf529496a5faf36e1523279a76511 /test/web/twitter_api/views
parent25ab90edeaae53b6ce084d1ba9a02df5505b5041 (diff)
parent79e503b3f5ea87c53d4c616ca9ddfa049877705c (diff)
downloadpleroma-a2f4fc49fe6d12fb9fc442b63f2ddd63e3e44782.tar.gz
pleroma-a2f4fc49fe6d12fb9fc442b63f2ddd63e3e44782.zip
Merge branch 'develop' into 'docs/add-clients-to-ex_doc'
# Conflicts: # mix.exs
Diffstat (limited to 'test/web/twitter_api/views')
-rw-r--r--test/web/twitter_api/views/notification_view_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/twitter_api/views/notification_view_test.exs b/test/web/twitter_api/views/notification_view_test.exs
index 8367fc6c7..3a67f7292 100644
--- a/test/web/twitter_api/views/notification_view_test.exs
+++ b/test/web/twitter_api/views/notification_view_test.exs
@@ -5,7 +5,8 @@
defmodule Pleroma.Web.TwitterAPI.NotificationViewTest do
use Pleroma.DataCase
- alias Pleroma.{User, Notification}
+ alias Pleroma.User
+ alias Pleroma.Notification
alias Pleroma.Web.TwitterAPI.TwitterAPI
alias Pleroma.Web.TwitterAPI.NotificationView
alias Pleroma.Web.TwitterAPI.UserView