diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-04-17 14:52:01 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-04-17 14:52:01 +0300 |
| commit | ad681877df46c151ee20b58401bda9f84d884109 (patch) | |
| tree | 50e5a8ab8e83bb4354400a5dcd2941fc9f2e8f76 /test/web/mastodon_api | |
| parent | e641651e2b0ba9e6c4d0a99ebf4f7c3b25f7ce67 (diff) | |
| download | pleroma-ad681877df46c151ee20b58401bda9f84d884109.tar.gz pleroma-ad681877df46c151ee20b58401bda9f84d884109.zip | |
Make credo happy
Diffstat (limited to 'test/web/mastodon_api')
| -rw-r--r-- | test/web/mastodon_api/status_view_test.exs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/web/mastodon_api/status_view_test.exs b/test/web/mastodon_api/status_view_test.exs index cc5a84b5d..ad6344006 100644 --- a/test/web/mastodon_api/status_view_test.exs +++ b/test/web/mastodon_api/status_view_test.exs @@ -6,9 +6,9 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do use Pleroma.DataCase alias Pleroma.Activity - alias Pleroma.User - alias Pleroma.Repo alias Pleroma.Object + alias Pleroma.Repo + alias Pleroma.User alias Pleroma.Web.CommonAPI alias Pleroma.Web.CommonAPI.Utils alias Pleroma.Web.MastodonAPI.AccountView |
