diff --git a/test/unit/activity_stream_test.rb b/test/unit/activity_stream_test.rb index a2f278bca..7a88664fb 100644 --- a/test/unit/activity_stream_test.rb +++ b/test/unit/activity_stream_test.rb @@ -58,11 +58,11 @@ class ActivityStreamTest < ActiveSupport::TestCase }, }, check: [ - { - result: true, - object: 'Ticket', - type: 'updated', - }, + { + result: true, + object: 'Ticket', + type: 'updated', + }, { result: true, object: 'Ticket::Article', diff --git a/test/unit/online_notifiaction_test.rb b/test/unit/online_notifiaction_test.rb index 47e3eefca..7e71fd103 100644 --- a/test/unit/online_notifiaction_test.rb +++ b/test/unit/online_notifiaction_test.rb @@ -71,11 +71,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase }, }, check: [ - { - type: 'create', - object: 'Ticket', - created_by_id: agent_user1.id, - }, + { + type: 'create', + object: 'Ticket', + created_by_id: agent_user1.id, + }, { type: 'update', object: 'Ticket', @@ -122,11 +122,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase }, }, check: [ - { - type: 'create', - object: 'Ticket', - created_by_id: agent_user1.id, - }, + { + type: 'create', + object: 'Ticket', + created_by_id: agent_user1.id, + }, { type: 'update', object: 'Ticket', @@ -173,11 +173,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase }, }, check: [ - { - type: 'create', - object: 'Ticket', - created_by_id: agent_user1.id, - }, + { + type: 'create', + object: 'Ticket', + created_by_id: agent_user1.id, + }, { type: 'update', object: 'Ticket', @@ -224,11 +224,11 @@ class OnlineNotificationTest < ActiveSupport::TestCase }, }, check: [ - { - type: 'create', - object: 'Ticket', - created_by_id: agent_user1.id, - }, + { + type: 'create', + object: 'Ticket', + created_by_id: agent_user1.id, + }, { type: 'update', object: 'Ticket',