Commit 531cf8d5 authored by Furkan Ayhan's avatar Furkan Ayhan Committed by charlie ablett

Fix title of spec

parent f9d95243
......@@ -14,7 +14,7 @@ RSpec.describe Gitlab::BackgroundMigration::BackfillUserNamespace do
namespaces.create!(id: 11, name: 'test11', path: 'test11', type: nil)
end
it 'backfills `type_new` for the selected records' do
it 'backfills `type` for the selected records' do
queries = ActiveRecord::QueryRecorder.new do
migration.perform(1, 10)
end
......
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