summaryrefslogtreecommitdiff
path: root/test/web/instances/instance_test.exs
diff options
context:
space:
mode:
authorIvan Tashkinov <ivant.business@gmail.com>2019-03-15 17:11:00 +0300
committerIvan Tashkinov <ivant.business@gmail.com>2019-03-15 17:11:00 +0300
commit273905744242b013ba9736ff7e1415a0499022d1 (patch)
tree146f5ad5428130dce0076ea9f6398035d7ac88f6 /test/web/instances/instance_test.exs
parentaacbf0f57053786533df045125dee93ace0daa93 (diff)
parent41fc67aa4993c119dae82578df7309d3999ac47a (diff)
downloadpleroma-273905744242b013ba9736ff7e1415a0499022d1.tar.gz
pleroma-273905744242b013ba9736ff7e1415a0499022d1.zip
Merge remote-tracking branch 'remotes/upstream/develop' into twitter_oauth
Diffstat (limited to 'test/web/instances/instance_test.exs')
-rw-r--r--test/web/instances/instance_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/instances/instance_test.exs b/test/web/instances/instance_test.exs
index a158c0a42..d28730994 100644
--- a/test/web/instances/instance_test.exs
+++ b/test/web/instances/instance_test.exs
@@ -3,8 +3,8 @@
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Instances.InstanceTest do
- alias Pleroma.Repo
alias Pleroma.Instances.Instance
+ alias Pleroma.Repo
use Pleroma.DataCase