File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 109
109
let ( :other_collection_type ) { FactoryBot . create ( :collection_type ) }
110
110
111
111
let ( :collections_with_legacy_gids ) do
112
- [ FactoryBot . valkyrie_create ( :hyrax_collection , collection_type_gid : "gid://internal/sometext/#{ collection_type . id } " ) ,
113
- FactoryBot . valkyrie_create ( :hyrax_collection , collection_type_gid : "gid://internal/sometext/#{ other_collection_type . id } " ) ]
112
+ [ FactoryBot . valkyrie_create ( :pcdm_collection , collection_type_gid : "gid://internal/sometext/#{ collection_type . id } " ) ,
113
+ FactoryBot . valkyrie_create ( :pcdm_collection , collection_type_gid : "gid://internal/sometext/#{ other_collection_type . id } " ) ]
114
114
end
115
115
116
116
before do
117
117
3 . times do
118
- FactoryBot . valkyrie_create ( :hyrax_collection , collection_type_gid : collection_type . to_global_id )
119
- FactoryBot . valkyrie_create ( :hyrax_collection , collection_type_gid : other_collection_type . to_global_id )
118
+ FactoryBot . valkyrie_create ( :pcdm_collection , collection_type_gid : collection_type . to_global_id )
119
+ FactoryBot . valkyrie_create ( :pcdm_collection , collection_type_gid : other_collection_type . to_global_id )
120
120
end
121
121
end
122
122
You can’t perform that action at this time.
0 commit comments