Commit d125a9d0 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in spec/serializers/pipeline_serializer_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2112c323
......@@ -117,12 +117,8 @@ describe PipelineSerializer do
shared_examples 'no N+1 queries' do
it 'verifies number of queries', :request_store do
recorded = ActiveRecord::QueryRecorder.new { subject }
<<<<<<< HEAD
expect(recorded.count).to be_within(1).of(40)
=======
expect(recorded.count).to be_within(1).of(36)
>>>>>>> upstream/master
expect(recorded.cached_count).to eq(0)
end
end
......
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