projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a61120f
)
Credo fixes.
author
lain
<lain@soykaf.club>
Tue, 12 May 2020 12:44:11 +0000
(14:44 +0200)
committer
lain
<lain@soykaf.club>
Tue, 12 May 2020 12:44:11 +0000
(14:44 +0200)
test/web/pleroma_api/controllers/chat_controller_test.exs
patch
|
blob
|
history
diff --git
a/test/web/pleroma_api/controllers/chat_controller_test.exs
b/test/web/pleroma_api/controllers/chat_controller_test.exs
index 75d4903ed74f7361d913632fa2ba308e39bfa8cf..861ef10b09d1824819d20beb16639b90cc9d26e8 100644
(file)
--- a/
test/web/pleroma_api/controllers/chat_controller_test.exs
+++ b/
test/web/pleroma_api/controllers/chat_controller_test.exs
@@
-4,8
+4,8
@@
defmodule Pleroma.Web.PleromaAPI.ChatControllerTest do
use Pleroma.Web.ConnCase, async: true
- alias Pleroma.Object
alias Pleroma.Chat
+ alias Pleroma.Object
alias Pleroma.Web.ActivityPub.ActivityPub
alias Pleroma.Web.CommonAPI