aboutsummaryrefslogtreecommitdiff
path: root/test/web/oauth/authorization_test.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-05 03:52:23 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-13 04:26:54 +0100
commita3a9cec4835738216800d2cebd295fb8dbf10f34 (patch)
treedcf75486687527d207b55730208db919087b7539 /test/web/oauth/authorization_test.exs
parent4c440f12c345eeb1bc5092f9440706b2a220aa38 (diff)
downloadpleroma-a3a9cec4835738216800d2cebd295fb8dbf10f34.tar.gz
[Credo] fix Credo.Check.Readability.AliasOrder
Diffstat (limited to 'test/web/oauth/authorization_test.exs')
-rw-r--r--test/web/oauth/authorization_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/oauth/authorization_test.exs b/test/web/oauth/authorization_test.exs
index 306db2e62..d8b008437 100644
--- a/test/web/oauth/authorization_test.exs
+++ b/test/web/oauth/authorization_test.exs
@@ -4,8 +4,8 @@
defmodule Pleroma.Web.OAuth.AuthorizationTest do
use Pleroma.DataCase
- alias Pleroma.Web.OAuth.Authorization
alias Pleroma.Web.OAuth.App
+ alias Pleroma.Web.OAuth.Authorization
import Pleroma.Factory
setup do