Commit 8e680d17 authored by Stan Hu's avatar Stan Hu

Fix merge error in project_statistics_spec.rb

parent dd03e745
......@@ -153,7 +153,7 @@ describe ProjectStatistics do
context 'when the amount is 0' do
it 'does not execute a query' do
project
expect { described_class.increment_statistic(project.id, stat, 0) }
expect { described_class.increment_statistic(project.id, :build_artifacts_size, 0) }
.not_to exceed_query_limit(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