0
0
Fork 0

Move followable_by coverage to suggestions (#28697)

This commit is contained in:
Matt Jankowski 2024-01-12 04:11:34 -05:00 committed by GitHub
parent 32eeca9c7b
commit cd37048439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 63 additions and 23 deletions

View file

@ -0,0 +1,6 @@
# frozen_string_literal: true
Fabricator(:follow_recommendation_mute) do
account { Fabricate.build(:account) }
target_account { Fabricate.build(:account) }
end