diff --git a/spec/presenters/hyrax/select_type_list_presenter_spec.rb b/spec/presenters/hyrax/select_type_list_presenter_spec.rb index 7e0540a2eb..32eb1fa41d 100644 --- a/spec/presenters/hyrax/select_type_list_presenter_spec.rb +++ b/spec/presenters/hyrax/select_type_list_presenter_spec.rb @@ -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