Commit 079bfe38 authored by Alex Kalderimis's avatar Alex Kalderimis

Use correct definition in factory

parent 9c9142d6
......@@ -4,6 +4,6 @@ FactoryBot.define do
factory :epic_issue do
epic
issue
relative_position { Gitlab::Database::MAX_INT_VALUE / 2 }
relative_position { RelativePositioning::START_POSITION }
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