Skip to content

Commit

Permalink
Merge branch 'main' into migrate-persistence-layer-to-object-factory
Browse files Browse the repository at this point in the history
* main:
  importer failure helpers (#859)
  • Loading branch information
jeremyf committed Feb 7, 2024
2 parents a04640b + cb666ee commit 0dc3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bulkrax.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Configuration
# @return [#call] with arity 2. The first parameter is a {Bulkrax::ApplicationParser} and the
# second parameter is an Integer for the index of the record encountered in the import.
attr_accessor :fill_in_blank_source_identifiers
allow(Bulkrax.persistence_adapter).to receive(:find).and_return(nil)

##
# @param coercer [#call]
# @see Bulkrax::FactoryClassFinder
Expand Down

0 comments on commit 0dc3729

Please sign in to comment.