Skip to content

Commit

Permalink
Merge pull request #6497 from samvera/abel-fix_change_depositor_event…
Browse files Browse the repository at this point in the history
…_job_spec.rb

Valkyrization: Fix failing tests in `change_depositor_event_job_spec.rb`
  • Loading branch information
dlpierce authored Dec 5, 2023
2 parents 0f674a2 + 1138578 commit 1a60d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/jobs/change_depositor_event_job_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
allow(Time).to receive(:now).at_least(:once).and_return(mock_time)
end

context "when passing an ActiveFedora work" do
context "when passing an ActiveFedora work", :active_fedora do
let(:generic_work) { create(:generic_work, title: ['BethsMac'], user: new_user, proxy_depositor: previous_user.user_key) }

it "logs the event to the proxy depositor's profile, the depositor's dashboard, and the FileSet" do
Expand Down

0 comments on commit 1a60d07

Please sign in to comment.