mastodon/spec/fabricators/encrypted_message_fabricator.rb

8 lines
170 B
Ruby
Raw Normal View History

2023-03-10 11:12:51 +00:00
# frozen_string_literal: true
Fabricator(:encrypted_message) do
device
from_account { Fabricate(:account) }
from_device_id { Faker::Number.number(digits: 5) }
end