Commit 55313034 authored by Francisco Lopez's avatar Francisco Lopez

Merge branch 'ce-to-ee' of https://gitlab.com/gitlab-org/gitlab-ee into ce-to-ee

parents 4578b751 f3c42e3f
...@@ -80,15 +80,11 @@ describe Gitlab::BackgroundMigration::PopulateForkNetworksRange, :migration, sch ...@@ -80,15 +80,11 @@ describe Gitlab::BackgroundMigration::PopulateForkNetworksRange, :migration, sch
end end
it 'only processes a single batch of links at a time' do it 'only processes a single batch of links at a time' do
<<<<<<< HEAD
expect(fork_network_members.count).to eq(5)
=======
expect(fork_networks.count).to eq(2) expect(fork_networks.count).to eq(2)
migration.perform(3, 5) migration.perform(3, 5)
expect(fork_networks.count).to eq(3) expect(fork_networks.count).to eq(3)
>>>>>>> ce-com/master
end end
it 'can be repeated without effect' do it 'can be repeated without effect' do
......
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