Skip to content

Commit

Permalink
Edit select_type_list_presenter_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
abelemlih committed Dec 1, 2023
1 parent 77e95d3 commit 61ec6fa
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 61ec6fa

Please sign in to comment.