diff options
author | lain <lain@soykaf.club> | 2020-04-20 12:29:19 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-04-20 12:29:19 +0200 |
commit | 970b74383b43aa9a54c3cf59012944355e3eafbc (patch) | |
tree | 30943c73a73b328de84a1c1f756521d84907072d /test | |
parent | 5b6818b3e5dc39e328f6f8d4b8f4587e5e1cef94 (diff) | |
download | pleroma-970b74383b43aa9a54c3cf59012944355e3eafbc.tar.gz |
Credo fixes.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/activity_pub/object_validator_test.exs | 2 | ||||
-rw-r--r-- | test/web/pleroma_api/views/chat_view_test.exs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/web/activity_pub/object_validator_test.exs b/test/web/activity_pub/object_validator_test.exs index e416e0808..3ac5ecaf4 100644 --- a/test/web/activity_pub/object_validator_test.exs +++ b/test/web/activity_pub/object_validator_test.exs @@ -1,11 +1,11 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do use Pleroma.DataCase + alias Pleroma.Web.ActivityPub.Builder alias Pleroma.Web.ActivityPub.ObjectValidator alias Pleroma.Web.ActivityPub.ObjectValidators.LikeValidator alias Pleroma.Web.ActivityPub.Utils alias Pleroma.Web.CommonAPI - alias Pleroma.Web.ActivityPub.Builder import Pleroma.Factory diff --git a/test/web/pleroma_api/views/chat_view_test.exs b/test/web/pleroma_api/views/chat_view_test.exs index 3dca555e8..725da5ff8 100644 --- a/test/web/pleroma_api/views/chat_view_test.exs +++ b/test/web/pleroma_api/views/chat_view_test.exs @@ -6,8 +6,8 @@ defmodule Pleroma.Web.PleromaAPI.ChatViewTest do use Pleroma.DataCase alias Pleroma.Chat - alias Pleroma.Web.PleromaAPI.ChatView alias Pleroma.Web.MastodonAPI.AccountView + alias Pleroma.Web.PleromaAPI.ChatView import Pleroma.Factory |