From 6c6f0def73a6228a48f8f3ccdcd62a99e6332798 Mon Sep 17 00:00:00 2001 From: Vlatka Pavisic Date: Tue, 14 Feb 2017 12:05:46 +0100 Subject: Refs #2596 : Fix tests pt. 2 --- lib/stif/reflex_synchronization.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/stif/reflex_synchronization.rb b/lib/stif/reflex_synchronization.rb index 9c5ff7cd4..b7295070a 100644 --- a/lib/stif/reflex_synchronization.rb +++ b/lib/stif/reflex_synchronization.rb @@ -156,7 +156,7 @@ module Stif end if stop.changed? - stop.creation_time = entry[:created] + stop.created_at = entry[:created] stop.import_xml = entry[:xml] prop = stop.new_record? ? :imported_count : :updated_count increment_counts prop, 1 -- cgit v1.2.3