diff options
author | lain <lain@soykaf.club> | 2020-07-06 15:44:35 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-07-06 15:44:35 +0200 |
commit | 4e3b3998ad849943fbae3590ce7e892d2dfc54d3 (patch) | |
tree | c32f354863e7106c5bf676bb290023d54761f6b7 | |
parent | eb87430803592e6dc0b6293489ea9bde303ac534 (diff) | |
download | pleroma-4e3b3998ad849943fbae3590ce7e892d2dfc54d3.tar.gz |
BlockValidation test: Rename.
-rw-r--r-- | test/web/activity_pub/object_validators/block_validation_test.exs (renamed from test/web/activity_pub/object_validators/block_handling_test.exs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/object_validators/block_handling_test.exs b/test/web/activity_pub/object_validators/block_validation_test.exs index 8860f4abe..c08d4b2e8 100644 --- a/test/web/activity_pub/object_validators/block_handling_test.exs +++ b/test/web/activity_pub/object_validators/block_validation_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.ObjectValidators.BlockHandlingTest do +defmodule Pleroma.Web.ActivityPub.ObjectValidators.BlockValidationTest do use Pleroma.DataCase alias Pleroma.Web.ActivityPub.Builder |