summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-01-20 14:42:43 +0000
committerlain <lain@soykaf.club>2020-01-20 14:42:43 +0000
commit6a716e3fe5290df80af72e3ad5e45ee3afb581a8 (patch)
tree837f45778625fa67d41c9dc60ccd346cad67cd12 /test/web/activity_pub
parent42ea480e95862c09c07f6b4711648c192a66fdf5 (diff)
parent5c533e10e73d92b753d9ac20b2d7ab14f42649b2 (diff)
downloadpleroma-6a716e3fe5290df80af72e3ad5e45ee3afb581a8.tar.gz
pleroma-6a716e3fe5290df80af72e3ad5e45ee3afb581a8.zip
Merge branch 'credo/version-bump-1.1.5' into 'develop'
Bump credo to 1.1.5 See merge request pleroma/pleroma!2115
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