diff options
| author | lain <lain@soykaf.club> | 2020-05-06 16:31:21 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-05-06 16:31:21 +0200 |
| commit | fc9d0b6eec1b206a27f4ec19f7939b3318a209ef (patch) | |
| tree | 5a00ea0361936ae0ce3dd3106918b89bf3c7b5a8 /test/web/pleroma_api/views | |
| parent | 20baa2eaf04425cf0a2eebc84760be6c12ee7f51 (diff) | |
| download | pleroma-fc9d0b6eec1b206a27f4ec19f7939b3318a209ef.tar.gz pleroma-fc9d0b6eec1b206a27f4ec19f7939b3318a209ef.zip | |
Credo fixes.
Diffstat (limited to 'test/web/pleroma_api/views')
| -rw-r--r-- | test/web/pleroma_api/views/chat_message_view_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/pleroma_api/views/chat_message_view_test.exs b/test/web/pleroma_api/views/chat_message_view_test.exs index a13a41daa..d7a2d10a5 100644 --- a/test/web/pleroma_api/views/chat_message_view_test.exs +++ b/test/web/pleroma_api/views/chat_message_view_test.exs @@ -7,9 +7,9 @@ defmodule Pleroma.Web.PleromaAPI.ChatMessageViewTest do alias Pleroma.Chat alias Pleroma.Object + alias Pleroma.Web.ActivityPub.ActivityPub alias Pleroma.Web.CommonAPI alias Pleroma.Web.PleromaAPI.ChatMessageView - alias Pleroma.Web.ActivityPub.ActivityPub import Pleroma.Factory |
