aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-10 13:28:05 +0200
committerlain <lain@soykaf.club>2020-05-10 13:28:05 +0200
commit1b1dfb54eb092921fe9dab2c49928e5b04fa049b (patch)
treec85bc96639d2adad735ac21d465fc4430bcc7768
parent8cc8d960af87cdc1e2398a8470155b0930f43f5c (diff)
downloadpleroma-1b1dfb54eb092921fe9dab2c49928e5b04fa049b.tar.gz
Credo fixes.
-rw-r--r--test/web/pleroma_api/views/chat_view_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/pleroma_api/views/chat_view_test.exs b/test/web/pleroma_api/views/chat_view_test.exs
index 8568d98c6..e24e29835 100644
--- a/test/web/pleroma_api/views/chat_view_test.exs
+++ b/test/web/pleroma_api/views/chat_view_test.exs
@@ -9,8 +9,8 @@ defmodule Pleroma.Web.PleromaAPI.ChatViewTest do
alias Pleroma.Object
alias Pleroma.Web.CommonAPI
alias Pleroma.Web.MastodonAPI.AccountView
- alias Pleroma.Web.PleromaAPI.ChatView
alias Pleroma.Web.PleromaAPI.ChatMessageView
+ alias Pleroma.Web.PleromaAPI.ChatView
import Pleroma.Factory