From: lain Date: Mon, 6 Jul 2020 13:44:35 +0000 (+0200) Subject: BlockValidation test: Rename. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=4e3b3998ad849943fbae3590ce7e892d2dfc54d3;p=akkoma BlockValidation test: Rename. --- diff --git a/test/web/activity_pub/object_validators/block_handling_test.exs b/test/web/activity_pub/object_validators/block_validation_test.exs similarity index 92% rename from test/web/activity_pub/object_validators/block_handling_test.exs rename to 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 # 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