Commit 0e63b3ac authored by Simon Tomlinson's avatar Simon Tomlinson Committed by Andreas Brandl

Remove to_detach_sql reference from tests

parent ae1672f5
...@@ -113,8 +113,8 @@ RSpec.describe Gitlab::Database::Partitioning::PartitionManager do ...@@ -113,8 +113,8 @@ RSpec.describe Gitlab::Database::Partitioning::PartitionManager do
let(:extra_partitions) do let(:extra_partitions) do
[ [
instance_double(Gitlab::Database::Partitioning::TimePartition, table: table, partition_name: 'foo1', to_detach_sql: 'SELECT 1'), instance_double(Gitlab::Database::Partitioning::TimePartition, table: table, partition_name: 'foo1'),
instance_double(Gitlab::Database::Partitioning::TimePartition, table: table, partition_name: 'foo2', to_detach_sql: 'SELECT 2') instance_double(Gitlab::Database::Partitioning::TimePartition, table: table, partition_name: 'foo2')
] ]
end 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