scientist-softserv / adventist_knapsack

Apache License 2.0
1 stars 0 forks source link

🐛 Fix bug regarding assumed default work type #54

Closed jeremyf closed 9 months ago

jeremyf commented 9 months ago

This commit includes two things:

  1. Favor Bulkrax::EntrySpecHelper provided by Bulkrax (for which the removed code was a prototype).
  2. Use the existing spec to determine what the default work type should be (instead of relying on a random assignment based on the first element of the registered curation concerns)

And from this commit, we have a passing test!

Related to: