Skip to content

Commit

Permalink
Merge pull request #6543 from samvera/updates_forms_resource_form_spec
Browse files Browse the repository at this point in the history
Tweaks `spec/forms/hyrax/forms/resource_form_spec.rb` to play nice with Enumerators.
  • Loading branch information
dlpierce authored Dec 14, 2023
2 parents 61b7fff + 5a9f3c0 commit 9201056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/forms/hyrax/forms/resource_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
it 'is empty' do
form.prepopulate!

expect(form.in_works_ids).to eq []
expect(form.in_works_ids.to_a).to eq []
end
end
end
Expand Down

0 comments on commit 9201056

Please sign in to comment.