summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-09-16 17:03:37 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-09-16 17:55:04 +0700
commit96816ceaa25c21cec7677e75dcddd7ffb42d83c3 (patch)
tree7d14925ffdc67390377efd5ece22304e71ced360 /test/web/activity_pub
parent4397a3fe4ac932a055901622b3c30a319997df6c (diff)
downloadpleroma-96816ceaa25c21cec7677e75dcddd7ffb42d83c3.tar.gz
pleroma-96816ceaa25c21cec7677e75dcddd7ffb42d83c3.zip
Revert "Merge branch 'revert-4fabf83a' into 'develop'"
This reverts commit fe7fd331263007e0fb2877ef7370a09a9704da36, reversing changes made to 4fabf83ad01352442906d79187aeab4c777f4df8.
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/activity_pub_test.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/web/activity_pub/activity_pub_test.exs b/test/web/activity_pub/activity_pub_test.exs
index d0118fefa..4100108a5 100644
--- a/test/web/activity_pub/activity_pub_test.exs
+++ b/test/web/activity_pub/activity_pub_test.exs
@@ -38,9 +38,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
stream: fn _, _ -> nil end do
ActivityPub.stream_out_participations(conversation.participations)
- Enum.each(participations, fn participation ->
- assert called(Pleroma.Web.Streamer.stream("participation", participation))
- end)
+ assert called(Pleroma.Web.Streamer.stream("participation", participations))
end
end
end