Credo fixes for the credo god.

This commit is contained in:
lain 2020-05-21 14:12:32 +02:00
parent cdc6ba8d7b
commit bf1b221f94
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do
assert {:ok, _, _} = ObjectValidator.validate(announce, [])
# The actor of the object can not announce it publicly
# The actor of the object can not announce it publicly
{:ok, announce, []} = Builder.announce(user, object, public: true)
{:error, cng} = ObjectValidator.validate(announce, [])