diff --git a/test/pleroma/web/activity_pub/activity_pub_test.exs b/test/pleroma/web/activity_pub/activity_pub_test.exs index 6e2608811..90680e8cc 100644 --- a/test/pleroma/web/activity_pub/activity_pub_test.exs +++ b/test/pleroma/web/activity_pub/activity_pub_test.exs @@ -1390,7 +1390,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do assert is_nil(activity) assert is_nil(Utils.fetch_latest_follow(follower, followed)) end - end describe "timeline post-processing" do