Fixed rubocop issues.
This commit is contained in:
parent
c4037be94c
commit
727aeb9a19
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ class OnlineNotificationTest < ActiveSupport::TestCase
|
|||
|
||||
test 'ticket notification item check' do
|
||||
ticket1 = Ticket.create(
|
||||
title: "some title",
|
||||
title: 'some title',
|
||||
group: Group.lookup(name: 'Users'),
|
||||
customer_id: 2,
|
||||
state: Ticket::State.lookup(name: 'new'),
|
||||
|
|
Loading…
Reference in a new issue