Autofix Rubocop Style/StringLiterals (#23695)
This commit is contained in:
parent
ac3561098e
commit
81ad6c2e39
76 changed files with 277 additions and 359 deletions
|
@ -3,6 +3,6 @@ Fabricator(:encrypted_message) do
|
|||
from_account
|
||||
from_device_id { Faker::Number.number(digits: 5) }
|
||||
type 0
|
||||
body ""
|
||||
message_franking ""
|
||||
body ''
|
||||
message_franking ''
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue