Fix undefined method day_ago for 1:Integer

parent 9258c973
......@@ -43,7 +43,7 @@ FactoryBot.define do
trait :started do
state { Geo::LfsObjectRegistry.state_value(:started) }
last_synced_at { 1.day_ago }
last_synced_at { 1.day.ago }
retry_count { 0 }
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment