aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
Diffstat (limited to 'test/support')
-rw-r--r--test/support/factory.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index b1023da38..0e3c900c9 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -4,8 +4,8 @@
defmodule Pleroma.Factory do
use ExMachina.Ecto, repo: Pleroma.Repo
- alias Pleroma.User
alias Pleroma.Object
+ alias Pleroma.User
def participation_factory do
conversation = insert(:conversation)