diff options
author | lain <lain@soykaf.club> | 2019-08-05 16:11:23 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-08-05 16:11:23 +0200 |
commit | d6fe220e32d581220cc33f4f44d6517a401eabbf (patch) | |
tree | 53357b0083e68c15ef0eb46891b53be7ba2f0e3a /test | |
parent | ddabe7784b47939120a838b9c65381fd2262c161 (diff) | |
download | pleroma-d6fe220e32d581220cc33f4f44d6517a401eabbf.tar.gz |
Linting.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/mastodon_api/conversation_view_test.exs | 2 | ||||
-rw-r--r-- | test/web/pleroma_api/pleroma_api_controller_test.exs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/conversation_view_test.exs b/test/web/mastodon_api/conversation_view_test.exs index 2a4b41fa4..e32cde5a8 100644 --- a/test/web/mastodon_api/conversation_view_test.exs +++ b/test/web/mastodon_api/conversation_view_test.exs @@ -5,8 +5,8 @@ defmodule Pleroma.Web.MastodonAPI.ConversationViewTest do use Pleroma.DataCase - alias Pleroma.Web.CommonAPI alias Pleroma.Conversation.Participation + alias Pleroma.Web.CommonAPI alias Pleroma.Web.MastodonAPI.ConversationView import Pleroma.Factory diff --git a/test/web/pleroma_api/pleroma_api_controller_test.exs b/test/web/pleroma_api/pleroma_api_controller_test.exs index 7989defe0..7c75fb229 100644 --- a/test/web/pleroma_api/pleroma_api_controller_test.exs +++ b/test/web/pleroma_api/pleroma_api_controller_test.exs @@ -6,8 +6,8 @@ defmodule Pleroma.Web.PleromaAPI.PleromaAPIControllerTest do use Pleroma.Web.ConnCase alias Pleroma.Conversation.Participation - alias Pleroma.Web.CommonAPI alias Pleroma.Repo + alias Pleroma.Web.CommonAPI import Pleroma.Factory |