Skip to content

Commit

Permalink
Fix discipline spec
Browse files Browse the repository at this point in the history
Added "Other"
  • Loading branch information
laritakr committed Nov 21, 2024
1 parent 798fc29 commit 9f5a5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/hyrax/discipline_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

it "has a select list" do
expect(subject.first).to eq ["Languages - Spanish", "Languages - Spanish"]
expect(subject.size).to eq 64
expect(subject.size).to eq 65
end
end

Expand Down

0 comments on commit 9f5a5ec

Please sign in to comment.