Skip to content

Commit

Permalink
check depositors in ingest service spec
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcam-src committed Aug 8, 2024
1 parent bf95e67 commit 58f5391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/services/tasks/dimensions_ingest_service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@
end
expect(article.keyword).to eq(publication['concepts'])
expect(article.abstract).to eq([publication['abstract']])
expect(article.depositor).to eq(admin.uid)
expect(article.date_issued).to eq('2022-10-01')
expect(article.dcmi_type).to match_array(['http://purl.org/dc/dcmitype/Text'])
expect(article.funder).to match_array(['National Institute of Allergy and Infectious Diseases'])
Expand Down

0 comments on commit 58f5391

Please sign in to comment.