diff options
author | lain <lain@soykaf.club> | 2020-05-10 13:28:05 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-10 13:28:05 +0200 |
commit | 1b1dfb54eb092921fe9dab2c49928e5b04fa049b (patch) | |
tree | c85bc96639d2adad735ac21d465fc4430bcc7768 /test | |
parent | 8cc8d960af87cdc1e2398a8470155b0930f43f5c (diff) | |
download | pleroma-1b1dfb54eb092921fe9dab2c49928e5b04fa049b.tar.gz |
Credo fixes.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/pleroma_api/views/chat_view_test.exs | 2 |
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 |