Skip to content

Commit

Permalink
Test using a real adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpierce committed Oct 25, 2024
1 parent 868af43 commit b59887d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.describe Hyrax::CustomQueries::FindAccessControl do
subject(:query_handler) { described_class.new(query_service: query_service) }
let(:adapter) { Valkyrie::MetadataAdapter.find(:test_adapter) }
let(:adapter) { Hyrax.metadata_adapter }
let(:persister) { adapter.persister }
let(:query_service) { adapter.query_service }

Expand Down

0 comments on commit b59887d

Please sign in to comment.