summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-01-21 19:45:13 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-01-21 19:45:13 +0300
commit22e94bb2c7a4de93a741b7ca45148cee4a0d601a (patch)
treec1e388a0d21ff768d8b53bc53662d96cbc3d2ae1 /test/web/activity_pub
parentcde828ff7df64740f36b2fc9dfdbfc8d76a8a78d (diff)
parent04c9ca5d68eb4d9c8abc82a91d5df3c483089b9b (diff)
downloadpleroma-22e94bb2c7a4de93a741b7ca45148cee4a0d601a.tar.gz
pleroma-22e94bb2c7a4de93a741b7ca45148cee4a0d601a.zip
Merge branch 'develop' into fix/attachments-cleanup
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/transmogrifier/follow_handling_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier/follow_handling_test.exs b/test/web/activity_pub/transmogrifier/follow_handling_test.exs
index 7d6d0814d..1c88b05c2 100644
--- a/test/web/activity_pub/transmogrifier/follow_handling_test.exs
+++ b/test/web/activity_pub/transmogrifier/follow_handling_test.exs
@@ -78,7 +78,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.FollowHandlingTest do
)
|> Repo.all()
- assert length(accepts) == 0
+ assert Enum.empty?(accepts)
end
test "it works for follow requests when you are already followed, creating a new accept activity" do