mix format
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
FloatingGhost 2022-12-02 10:36:47 +00:00
parent 431f88c731
commit 8b94badfea

View file

@ -58,6 +58,7 @@ test "it works for incoming rejects which are referenced by IRI only" do
test "it handles accept activities that do not contain an ID key" do
follower = insert(:user)
followed = insert(:user, is_locked: true)
pending_follow =
insert(:follow_activity, follower: follower, followed: followed, state: "pending")