forked from AkkomaGang/akkoma
ObjectValidator tests: Extract block validation tests.
This commit is contained in:
parent
410c1fab31
commit
eb87430803
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue