summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-01-22 09:30:30 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-01-22 09:30:30 +0300
commitb8d5c09f48a4b643f0dc60930bc69772a32a3b5e (patch)
tree59d1903f2d204b8a5e244430cb17ef772ced5f4e /test/web/activity_pub
parentb7908844f24f4ede4244261d43f30ed3724efbb7 (diff)
parent71bffbf0b7a3f0e245408a977c48a51763021508 (diff)
downloadpleroma-b8d5c09f48a4b643f0dc60930bc69772a32a3b5e.tar.gz
pleroma-b8d5c09f48a4b643f0dc60930bc69772a32a3b5e.zip
Merge branch 'develop' into issue/1383
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