diff options
| author | lain <lain@soykaf.club> | 2020-04-20 12:29:19 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-04-20 12:29:19 +0200 |
| commit | 970b74383b43aa9a54c3cf59012944355e3eafbc (patch) | |
| tree | 30943c73a73b328de84a1c1f756521d84907072d /test/web/activity_pub | |
| parent | 5b6818b3e5dc39e328f6f8d4b8f4587e5e1cef94 (diff) | |
| download | pleroma-970b74383b43aa9a54c3cf59012944355e3eafbc.tar.gz pleroma-970b74383b43aa9a54c3cf59012944355e3eafbc.zip | |
Credo fixes.
Diffstat (limited to 'test/web/activity_pub')
| -rw-r--r-- | test/web/activity_pub/object_validator_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/object_validator_test.exs b/test/web/activity_pub/object_validator_test.exs index e416e0808..3ac5ecaf4 100644 --- a/test/web/activity_pub/object_validator_test.exs +++ b/test/web/activity_pub/object_validator_test.exs @@ -1,11 +1,11 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do use Pleroma.DataCase + alias Pleroma.Web.ActivityPub.Builder alias Pleroma.Web.ActivityPub.ObjectValidator alias Pleroma.Web.ActivityPub.ObjectValidators.LikeValidator alias Pleroma.Web.ActivityPub.Utils alias Pleroma.Web.CommonAPI - alias Pleroma.Web.ActivityPub.Builder import Pleroma.Factory |
