summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/user_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/user_test.exs b/test/user_test.exs
index c06663ed7..8ec23c751 100644
--- a/test/user_test.exs
+++ b/test/user_test.exs
@@ -318,6 +318,7 @@ defmodule Pleroma.UserTest do
assert [addressed] == User.get_recipients_from_activity(activity)
{:ok, user} = User.follow(user, actor)
+ {:ok, user_two} = User.follow(user_two, actor)
recipients = User.get_recipients_from_activity(activity)
assert length(recipients) == 2
assert user in recipients