Commit e39031de authored by Rémy Coutable's avatar Rémy Coutable

Reset Project's column information in...

Reset Project's column information in spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 7095c2bf
......@@ -8,7 +8,7 @@ describe Gitlab::BackgroundMigration::PopulateMergeRequestMetricsWithEventsData,
end
after do
[MergeRequest, MergeRequestDiff].each(&:reset_column_information)
[Project, MergeRequest, MergeRequestDiff].each(&:reset_column_information)
end
describe '#perform' do
......
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