This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
Fabricator(:encrypted_message) do
|
|
device
|
|
from_account
|
|
from_device_id { Faker::Number.number(digits: 5) }
|
|
type 0
|
|
body ""
|
|
message_franking ""
|
|
end
|