summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-09-16 17:03:37 +0700
committerAriadne Conill <ariadne@dereferenced.org>2019-10-04 16:01:31 +0000
commit7d5f20b50f299c96ccb12c7dd0fdae10c3f8d9c0 (patch)
treebb293c6a2089da2f8845d36c5f60e5a916c9aecc /test/web/activity_pub
parenta553ed542774891b6b0b7a57372a2c0300bbe2ba (diff)
downloadpleroma-7d5f20b50f299c96ccb12c7dd0fdae10c3f8d9c0.tar.gz
pleroma-7d5f20b50f299c96ccb12c7dd0fdae10c3f8d9c0.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 f72b44aed..ed6f20105 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