summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-01-20 11:53:14 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2020-01-20 12:17:14 +0100
commit5c533e10e73d92b753d9ac20b2d7ab14f42649b2 (patch)
tree100991452c4def7948d014c849380b9fc33f9a55 /test/web/activity_pub
parent52a0bf62f51d689cdc6f108cbefcb244a4a3737f (diff)
downloadpleroma-5c533e10e73d92b753d9ac20b2d7ab14f42649b2.tar.gz
pleroma-5c533e10e73d92b753d9ac20b2d7ab14f42649b2.zip
Bump credo to 1.1.5
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