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/web/mastodon_api | |
parent | ddabe7784b47939120a838b9c65381fd2262c161 (diff) | |
download | pleroma-d6fe220e32d581220cc33f4f44d6517a401eabbf.tar.gz pleroma-d6fe220e32d581220cc33f4f44d6517a401eabbf.zip |
Linting.
Diffstat (limited to 'test/web/mastodon_api')
-rw-r--r-- | test/web/mastodon_api/conversation_view_test.exs | 2 |
1 files changed, 1 insertions, 1 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 |