Commit 019b4d34 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in migration helpers specs

parent 5331a49d
......@@ -827,7 +827,7 @@ describe Gitlab::Database::MigrationHelpers, lib: true do
it 'replaces the correct part of the string' do
allow(model).to receive(:transaction_open?).and_return(false)
query = model.replace_sql(Arel::Table.new(:users)[:name], 'Alice', 'Eve')
query = model.replace_sql(Arel::Table.new(:users)[:name], 'Alice', 'Eve')
model.update_column_in_batches(:users, :name, query)
......
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