Use build where possible in fabricators (#25360)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
Fabricator(:media_attachment) do
|
||||
account
|
||||
account { Fabricate.build(:account) }
|
||||
|
||||
file do |attrs|
|
||||
case attrs[:type]
|
||||
|
||||
Reference in New Issue
Block a user