diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/bbs/handler_test.exs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/bbs/handler_test.exs b/test/bbs/handler_test.exs index 148df6ddd..7d5d68d11 100644 --- a/test/bbs/handler_test.exs +++ b/test/bbs/handler_test.exs @@ -2,10 +2,10 @@ defmodule Pleroma.BBS.HandlerTest do    use Pleroma.DataCase    alias Pleroma.Activity    alias Pleroma.BBS.Handler -  alias Pleroma.Web.CommonAPI    alias Pleroma.Object    alias Pleroma.Repo    alias Pleroma.User +  alias Pleroma.Web.CommonAPI    import ExUnit.CaptureIO    import Pleroma.Factory | 
