Skip to content

Commit

Permalink
Merge pull request #6493 from samvera/abel-fix_select_type_list_prese…
Browse files Browse the repository at this point in the history
…nter_spec.rb

Valkyrization: Fix failing tests in `select_type_list_presenter_spec.rb`
  • Loading branch information
dlpierce committed Dec 5, 2023
2 parents 94b3a1f + 9c1c42e commit 4ab68d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/presenters/hyrax/select_type_list_presenter_spec.rb
Expand Up @@ -33,6 +33,6 @@

subject { instance.first_model }

it { is_expected.to be GenericWork }
it { is_expected.to be(GenericWork).or be(Monograph) }
end
end

0 comments on commit 4ab68d6

Please sign in to comment.