🚨Fix Rubocop lint errors
This commit is contained in:
@@ -4,6 +4,6 @@ FactoryBot.define do
|
||||
factory :inbox do
|
||||
account
|
||||
association :channel, factory: :channel_widget
|
||||
name { "Inbox" }
|
||||
name { 'Inbox' }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user