Browse Source

Update test

pull/2666/head
Manny Dinssa 2 years ago
parent
commit
6aa65c48cd
  1. 2
      spec/models/user_spec.rb

2
spec/models/user_spec.rb

@ -223,7 +223,7 @@ RSpec.describe User, type: :model do
end end
it "can filter bulk uploads by year, uploaded_by and uploading_organisation " do it "can filter bulk uploads by year, uploaded_by and uploading_organisation " do
expect(user.bulk_uploads_filters).to match_array(%w[years uploaded_by uploading_organisation]) expect(user.bulk_uploads_filters).to match_array(%w[user years uploaded_by uploading_organisation user_text_search uploading_organisation_text_search])
end end
it "can filter schemes by status and owning_organisation" do it "can filter schemes by status and owning_organisation" do

Loading…
Cancel
Save