From 96e3d4049f3702bc808ca6ec44a7822874993548 Mon Sep 17 00:00:00 2001
From: Robert Speicher <rspeicher@gmail.com>
Date: Fri, 17 Jul 2020 20:36:11 +0000
Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s)

---
 spec/models/ci/job_artifact_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/models/ci/job_artifact_spec.rb b/spec/models/ci/job_artifact_spec.rb
index 1d06c0fb69545..9445ddfcd9df0 100644
--- a/spec/models/ci/job_artifact_spec.rb
+++ b/spec/models/ci/job_artifact_spec.rb
@@ -570,7 +570,7 @@
           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'
-- 
GitLab