Skip to content

Commit

Permalink
Changes enum to array in spec/forms/hyrax/forms/administrative_set_fo…
Browse files Browse the repository at this point in the history
…rm_spec.rb.
  • Loading branch information
bwatson78 authored and jeremyf committed Jan 23, 2024
1 parent a55c240 commit 2e04a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/forms/hyrax/forms/administrative_set_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

it 'populates as empty' do
expect { form.prepopulate! }
.not_to change { form.member_ids }
.not_to change { form.member_ids.to_a }
.from be_empty
end

Expand Down

0 comments on commit 2e04a09

Please sign in to comment.