summaryrefslogtreecommitdiff
path: root/spec/models/group_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/models/group_spec.rb')
-rw-r--r--spec/models/group_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/models/group_spec.rb b/spec/models/group_spec.rb
index f7f9ec8e7a7..9e8b4032ee3 100644
--- a/spec/models/group_spec.rb
+++ b/spec/models/group_spec.rb
@@ -2456,8 +2456,7 @@ RSpec.describe Group, feature_category: :subgroups do
let(:shared_with_group) { create(:group, parent: group) }
before do
- create(:group_group_link, shared_group: nested_group,
- shared_with_group: shared_with_group)
+ create(:group_group_link, shared_group: nested_group, shared_with_group: shared_with_group)
end
subject(:related_group_ids) { nested_group.related_group_ids }