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>2022-12-03 03:08:13 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-12-03 03:08:13 +0300
commitf5ba3a32e2cf1819badffb04522c2cd8dac9bd99 (patch)
tree4a3b55ace49aeec9f60cf40735bed5219a1e0db6 /spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb
parentec8cf3f7c8d9ac408a81af714db7a0640cf0199d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb')
-rw-r--r--spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb b/spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb
index ea95c34674e..3e3cab953b0 100644
--- a/spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb
+++ b/spec/migrations/20221018193635_ensure_task_note_renaming_background_migration_finished_spec.rb
@@ -8,7 +8,7 @@ RSpec.describe EnsureTaskNoteRenamingBackgroundMigrationFinished, :migration do
let(:batch_failed_status) { 2 }
let(:batch_finalized_status) { 3 }
- let_it_be(:migration) { described_class::MIGRATION }
+ let!(:migration) { described_class::MIGRATION }
describe '#up' do
shared_examples 'finalizes the migration' do