Browse Source

ObjectValidator tests: Extract block validation tests.

1918-avatar-background-header-reset
lain 4 years ago
parent
commit
eb87430803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/web/activity_pub/object_validators/block_handling_test.exs

test/web/activity_pub/object_validator_test.exs → test/web/activity_pub/object_validators/block_handling_test.exs View File

@@ -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

Loading…
Cancel
Save