From 40e8ba2fc8ac6c3695d7f297ff4143518615a3f9 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 20 Oct 2022 21:09:04 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/migrations/change_public_projects_cost_factor_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/migrations') diff --git a/spec/migrations/change_public_projects_cost_factor_spec.rb b/spec/migrations/change_public_projects_cost_factor_spec.rb index cec0f242b6c..039edda750b 100644 --- a/spec/migrations/change_public_projects_cost_factor_spec.rb +++ b/spec/migrations/change_public_projects_cost_factor_spec.rb @@ -53,8 +53,6 @@ RSpec.describe ChangePublicProjectsCostFactor, migration: :gitlab_ci do expect(shared_2.public_projects_minutes_cost_factor).to eq(0) expect(shared_3.public_projects_minutes_cost_factor).to eq(1) expect(group_1.public_projects_minutes_cost_factor).to eq(0) - - schema_migrate_up! end end end -- cgit v1.2.3