Commit 3225ad8f authored by Sean McGivern's avatar Sean McGivern

Merge branch '11904-fix-broken-graphql-spec-on-mysql' into 'master'

Fix an epics+nested groups spec on mysql

Closes #11904

See merge request gitlab-org/gitlab-ee!13896
parents ea65b88d 03dd7245
......@@ -60,7 +60,7 @@ describe Resolvers::EpicResolver do
end
end
context 'with subgroups' do
context 'with subgroups', :nested_groups do
let(:sub_group) { create(:group, parent: group) }
let(:iids) { [epic1, epic2].map(&:iid) }
let!(:epic3) { create(:epic, group: sub_group, iid: epic1.iid) }
......
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