Commit b4651551 authored by Michael Kozono's avatar Michael Kozono

Merge branch 'da-fix-lfs-object-registry-factory' into 'master'

Geo - Fix the Geo::LfsObjectRegistry factory

See merge request gitlab-org/gitlab!63105
parents 631c7c83 ba0d4ea0
......@@ -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