diff options
author | lain <lain@soykaf.club> | 2020-07-06 15:14:58 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-06 15:14:58 +0200 |
commit | eb87430803592e6dc0b6293489ea9bde303ac534 (patch) | |
tree | 609d85c822f0401f0cfae69d0926d79b99ddb789 | |
parent | 410c1fab312194bde83c9cf1c3e741875110a9ad (diff) | |
download | pleroma-eb87430803592e6dc0b6293489ea9bde303ac534.tar.gz |
ObjectValidator tests: Extract block validation tests.
-rw-r--r-- | test/web/activity_pub/object_validators/block_handling_test.exs (renamed from 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_validators/block_handling_test.exs index ba24a5a1c..8860f4abe 100644 --- a/test/web/activity_pub/object_validator_test.exs +++ b/test/web/activity_pub/object_validators/block_handling_test.exs @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do +defmodule Pleroma.Web.ActivityPub.ObjectValidators.BlockHandlingTest do use Pleroma.DataCase alias Pleroma.Web.ActivityPub.Builder |