Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/factories/ml/candidate_metrics.rb')
-rw-r--r--spec/factories/ml/candidate_metrics.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/factories/ml/candidate_metrics.rb b/spec/factories/ml/candidate_metrics.rb
index 28e3974d39f..633234e5962 100644
--- a/spec/factories/ml/candidate_metrics.rb
+++ b/spec/factories/ml/candidate_metrics.rb
@@ -6,7 +6,7 @@ FactoryBot.define do
sequence(:name) { |n| "metric#{n}" }
value { 2.0 }
- step { 1 }
+ step { 0 }
tracked_at { 1234 }
end
end