diff options
author | lain <lain@soykaf.club> | 2020-05-21 14:12:32 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-21 14:12:32 +0200 |
commit | bf1b221f94a53c90cda832e9bfb6c5fa0e6524f2 (patch) | |
tree | 1492cea86d158862c0bb8effcf2cff67a1d32d20 /test | |
parent | cdc6ba8d7bca3660c5c431979eae43231f339d6a (diff) | |
download | pleroma-bf1b221f94a53c90cda832e9bfb6c5fa0e6524f2.tar.gz |
Credo fixes for the credo god.
Diffstat (limited to 'test')
-rw-r--r-- | test/web/activity_pub/object_validator_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/object_validator_test.exs b/test/web/activity_pub/object_validator_test.exs index 84e5edd05..7953eecf2 100644 --- a/test/web/activity_pub/object_validator_test.exs +++ b/test/web/activity_pub/object_validator_test.exs @@ -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, []) |