summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-05-04 15:06:18 +0200
committerlain <lain@soykaf.club>2019-05-04 15:06:18 +0200
commit4c76f49e60287e6618f87a2bae3e0d4e8c444895 (patch)
tree2e037f4c1e789544c392b8bf7e54b2604bc1e40b /test
parent6ad8ddfd290f0239956874ccc9dc181167e84647 (diff)
downloadpleroma-4c76f49e60287e6618f87a2bae3e0d4e8c444895.tar.gz
pleroma-4c76f49e60287e6618f87a2bae3e0d4e8c444895.zip
BBS: small fixes.
Diffstat (limited to 'test')
-rw-r--r--test/bbs/handler_test.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bbs/handler_test.exs b/test/bbs/handler_test.exs
index a22c6d64d..1386a2d16 100644
--- a/test/bbs/handler_test.exs
+++ b/test/bbs/handler_test.exs
@@ -1,10 +1,10 @@
defmodule Pleroma.BBS.HandlerTest do
use Pleroma.DataCase
+ alias Pleroma.Activity
alias Pleroma.BBS.Handler
alias Pleroma.Web.CommonAPI
- alias Pleroma.User
alias Pleroma.Repo
- alias Pleroma.Activity
+ alias Pleroma.User
import ExUnit.CaptureIO
import Pleroma.Factory