From 3d372543b2ae848503da8d68bf5fe4c9d5baebc2 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Wed, 24 Feb 2016 08:05:03 +0100 Subject: [PATCH] Fixed test (just self seen time has changed). --- test/unit/online_notifiaction_test.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/unit/online_notifiaction_test.rb b/test/unit/online_notifiaction_test.rb index 8956794ed..066c790ad 100644 --- a/test/unit/online_notifiaction_test.rb +++ b/test/unit/online_notifiaction_test.rb @@ -500,8 +500,8 @@ class OnlineNotificationTest < ActiveSupport::TestCase user_id: agent_user1.id, created_by_id: 1, updated_by_id: 1, - created_at: Time.zone.now - 5.months, - updated_at: Time.zone.now - 5.months, + created_at: Time.zone.now - 10.months, + updated_at: Time.zone.now - 10.months, ) online_notification2 = OnlineNotification.add( type: 'create', @@ -511,8 +511,8 @@ class OnlineNotificationTest < ActiveSupport::TestCase user_id: agent_user1.id, created_by_id: 1, updated_by_id: 1, - created_at: Time.zone.now - 5.months, - updated_at: Time.zone.now - 5.months, + created_at: Time.zone.now - 10.months, + updated_at: Time.zone.now - 10.months, ) online_notification3 = OnlineNotification.add( type: 'create',