diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-19 23:18:09 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-19 23:18:09 +0000 |
commit | 6ed4ec3e0b1340f96b7c043ef51d1b33bbe85fde (patch) | |
tree | dc4d20fe6064752c0bd323187252c77e0a89144b /spec/factories/groups.rb | |
parent | 9868dae7fc0655bd7ce4a6887d4e6d487690eeed (diff) | |
download | gitlab-ce-6ed4ec3e0b1340f96b7c043ef51d1b33bbe85fde.tar.gz |
Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42
Diffstat (limited to 'spec/factories/groups.rb')
-rw-r--r-- | spec/factories/groups.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/factories/groups.rb b/spec/factories/groups.rb index 152ae061605..6f9cf0ef895 100644 --- a/spec/factories/groups.rb +++ b/spec/factories/groups.rb @@ -106,9 +106,9 @@ FactoryBot.define do end create_graph( - parent: group, + parent: group, children: evaluator.children, - depth: evaluator.depth + depth: evaluator.depth ) end end |