status_reaction_fabricator: Use a unicode emoji instead of "MyString"

Co-authored-by: Plastikmensch <plastikmensch@users.noreply.github.com>
This commit is contained in:
Jeremy Kescher 2023-05-10 20:53:18 +02:00
parent d5303f2cd3
commit aac4edf0c5
No known key found for this signature in database
GPG key ID: 80A419A7A613DFA4

View file

@ -1,6 +1,8 @@
# frozen_string_literal: true
Fabricator(:status_reaction) do
account nil
status nil
name 'MyString'
custom_emoji nil
account
status
name '👍'
custom_emoji
end