Commit cc08a89f authored by drew cimino's avatar drew cimino

Fix spec and changelog

parent 23a86825
+--- ---
+title: Simplify Build Group name correction title: Simplify Build Group name correction
+merge_request: 57739 merge_request: 57739
+author: author:
+type: fixed type: fixed
...@@ -76,8 +76,8 @@ RSpec.describe Ci::DagPipelineEntity do ...@@ -76,8 +76,8 @@ RSpec.describe Ci::DagPipelineEntity do
it 'performs the smallest number of queries', :request_store do it 'performs the smallest number of queries', :request_store do
log = ActiveRecord::QueryRecorder.new { subject } log = ActiveRecord::QueryRecorder.new { subject }
# stages, project, builds, build_needs, feature_flag # stages, project, builds, build_needs
expect(log.count).to eq 5 expect(log.count).to eq 4
end end
it 'contains all the data' do it 'contains all the data' 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