Use build where possible in fabricators (#25360)

This commit is contained in:
Matt Jankowski
2023-06-10 12:29:01 -04:00
committed by GitHub
parent c94bb9ba9a
commit 3a2a15c6ea
41 changed files with 58 additions and 58 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
Fabricator(:encrypted_message) do
device
from_account { Fabricate(:account) }
device { Fabricate.build(:device) }
from_account { Fabricate.build(:account) }
from_device_id { Faker::Number.number(digits: 5) }
end