diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-10 22:57:38 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-11 03:44:15 +0100 |
commit | 8bb7e19b3814e261e66c2d3592d146f72d4ce623 (patch) | |
tree | 9a90b05698d7424cc8ad710fd2536a3c62450864 /test/web/common_api | |
parent | 89b6f255b4f3732182bd7b167c95fa87ccc31d33 (diff) | |
download | pleroma-8bb7e19b3814e261e66c2d3592d146f72d4ce623.tar.gz |
test: de-group alias/es
Diffstat (limited to 'test/web/common_api')
-rw-r--r-- | test/web/common_api/common_api_utils_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/common_api/common_api_utils_test.exs b/test/web/common_api/common_api_utils_test.exs index 754bc7255..faed6b685 100644 --- a/test/web/common_api/common_api_utils_test.exs +++ b/test/web/common_api/common_api_utils_test.exs @@ -5,7 +5,7 @@ defmodule Pleroma.Web.CommonAPI.UtilsTest do alias Pleroma.Web.CommonAPI.Utils alias Pleroma.Web.Endpoint - alias Pleroma.Builders.{UserBuilder} + alias Pleroma.Builders.UserBuilder use Pleroma.DataCase test "it adds attachment links to a given text and attachment set" do |