diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-04-17 14:52:01 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-04-17 14:52:01 +0300 |
| commit | ad681877df46c151ee20b58401bda9f84d884109 (patch) | |
| tree | 50e5a8ab8e83bb4354400a5dcd2941fc9f2e8f76 /test/object | |
| parent | e641651e2b0ba9e6c4d0a99ebf4f7c3b25f7ce67 (diff) | |
| download | pleroma-ad681877df46c151ee20b58401bda9f84d884109.tar.gz pleroma-ad681877df46c151ee20b58401bda9f84d884109.zip | |
Make credo happy
Diffstat (limited to 'test/object')
| -rw-r--r-- | test/object/containment_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/object/containment_test.exs b/test/object/containment_test.exs index cb74c9f4f..452064093 100644 --- a/test/object/containment_test.exs +++ b/test/object/containment_test.exs @@ -1,8 +1,8 @@ defmodule Pleroma.Object.ContainmentTest do use Pleroma.DataCase - alias Pleroma.User alias Pleroma.Object.Containment + alias Pleroma.User import Pleroma.Factory |
