Commit 96e3d404 authored by Robert Speicher's avatar Robert Speicher

Apply 1 suggestion(s) to 1 file(s)

parent 53d6f23e
......@@ -570,7 +570,7 @@ RSpec.describe Ci::JobArtifact do
it_behaves_like 'basing off the plan limit'
end
context 'and plan limit is smaller than project setting' do
context 'and plan limit is larger than project setting' do
let(:max_size_for_type) { project_closest_setting + 1 }
it_behaves_like 'basing off the project closest setting'
......
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