Reset Project's column information in spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
7095c2bf40
commit
e39031deca
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue