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.
2022-11-24 03:50:32 -08:00
|
|
|
Fabricator(:status_reaction) do
|
|
|
|
account nil
|
|
|
|
status nil
|
2023-05-09 14:41:48 -07:00
|
|
|
name 'MyString'
|
2022-11-24 03:50:32 -08:00
|
|
|
custom_emoji nil
|
2023-05-09 14:41:48 -07:00
|
|
|
end
|