summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-09-05 17:11:02 -0400
committerMark Felder <feld@feld.me>2024-09-05 17:11:02 -0400
commit5f573b4095ade584a590b756c83f13f89336cd04 (patch)
treef23157b6cae18264b015f86af336b578a76f3533
parente51cd31a576715d8e7d991e4fce850edcf4c8a1e (diff)
downloadpleroma-5f573b4095ade584a590b756c83f13f89336cd04.tar.gz
pleroma-5f573b4095ade584a590b756c83f13f89336cd04.zip
Credo: comment line length
-rw-r--r--test/pleroma/web/mastodon_api/views/account_view_test.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/pleroma/web/mastodon_api/views/account_view_test.exs b/test/pleroma/web/mastodon_api/views/account_view_test.exs
index 5d2f55c6d..f88b90955 100644
--- a/test/pleroma/web/mastodon_api/views/account_view_test.exs
+++ b/test/pleroma/web/mastodon_api/views/account_view_test.exs
@@ -467,7 +467,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountViewTest do
assert %{data: %{"state" => "accept"}} =
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]} =
Pleroma.UserRelationship.view_relationships_option(user, [other_user])