Commit c10ca6c2 authored by Sean McGivern's avatar Sean McGivern

Resolve conflicts in spec/lib/gitlab/usage_data_spec.rb

parent 4c618cf3
......@@ -56,12 +56,8 @@ describe Gitlab::UsageData do
expect(count_data[:boards]).to eq(1)
expect(count_data[:projects]).to eq(3)
<<<<<<< HEAD
expect(count_data.keys).to include(*%i(
=======
expect(count_data.keys).to match_array(%i(
assignee_lists
>>>>>>> upstream/master
boards
ci_builds
ci_internal_pipelines
......
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