Fix Pleroma.FollowingRelationship.move_following/2
[akkoma] / test / plugs / oauth_scopes_plug_test.exs
index 3b895a6e4900f735f5fee301affc248a6ceb3416..be6d1340b05b9edff59a4facbc3c7aa69b7990c3 100644 (file)
@@ -1,12 +1,12 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Plugs.OAuthScopesPlugTest do
   use Pleroma.Web.ConnCase, async: true
 
-  alias Pleroma.Plugs.OAuthScopesPlug
   alias Pleroma.Plugs.EnsurePublicOrAuthenticatedPlug
+  alias Pleroma.Plugs.OAuthScopesPlug
   alias Pleroma.Repo
 
   import Mock