Credo: comment line length

This commit is contained in:
Mark Felder 2024-09-05 17:11:02 -04:00
parent e51cd31a57
commit 5f573b4095

View file

@ -467,7 +467,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
assert %{data: %{"state" => "accept"}} = assert %{data: %{"state" => "accept"}} =
Pleroma.Web.ActivityPub.Utils.fetch_latest_follow(user, other_user) Pleroma.Web.ActivityPub.Utils.fetch_latest_follow(user, other_user)
# Fetch the relationship and forcibly delete it to simulate a Follow Accept that did not complete processing # Fetch the relationship and forcibly delete it to simulate
# a Follow Accept that did not complete processing
%{following_relationships: [relationship]} = %{following_relationships: [relationship]} =
Pleroma.UserRelationship.view_relationships_option(user, [other_user]) Pleroma.UserRelationship.view_relationships_option(user, [other_user])