From: lain Date: Mon, 6 Jul 2020 13:14:58 +0000 (+0200) Subject: ObjectValidator tests: Extract block validation tests. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=eb87430803592e6dc0b6293489ea9bde303ac534;p=akkoma ObjectValidator tests: Extract block validation tests. --- diff --git a/test/web/activity_pub/object_validator_test.exs b/test/web/activity_pub/object_validators/block_handling_test.exs similarity index 93% rename from test/web/activity_pub/object_validator_test.exs rename to 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 # 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