Skip to content

Commit

Permalink
✅ Fix AnnotationDecorator spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkkwang committed May 17, 2023
1 parent fd6ff78 commit d57397b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
SolrDocument.new('id' => parent_id,
'has_model_ssim' => ['NewspaperIssue'])
end
let(:query) { "software AND (is_page_of_ssim:#{parent_id} OR id:#{parent_id})" }
let(:iiif_search_annotation) do
BlacklightIiifSearch::IiifSearchAnnotation.new(page_document, 'software',
BlacklightIiifSearch::IiifSearchAnnotation.new(page_document, query,
0, nil, controller,
parent_document)
end
Expand Down

0 comments on commit d57397b

Please sign in to comment.