Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-18 00:16:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-18 00:16:59 +0300
commit20082d14c8a188514703824d59f1a1a524477b68 (patch)
tree05dd2a49006d2a41804d412ecebcfa3552550215 /spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb
parent7468e26195700e0f13081d49377a4ec03f29f6b7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb')
-rw-r--r--spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb b/spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb
index 96f49624d22..d95927a3280 100644
--- a/spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb
+++ b/spec/lib/gitlab/background_migration/backfill_project_member_namespace_id_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Gitlab::BackgroundMigration::BackfillProjectMemberNamespaceId, :migration, schema: 20220516054011 do
+RSpec.describe Gitlab::BackgroundMigration::BackfillProjectMemberNamespaceId, :migration, schema: 20220126191624 do
let(:migration) do
described_class.new(
start_id: 1, end_id: 10,