Fix sort order of moderation notes on Reports and Accounts (#31528)
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
Fabricator(:report_note) do
|
||||
report { Fabricate.build(:report) }
|
||||
account { Fabricate.build(:account) }
|
||||
content 'Test Content'
|
||||
content { Faker::Lorem.sentences }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user