Skip to content

Commit

Permalink
Updated tests to comply with ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalker2398 committed Apr 8, 2024
1 parent 24d965f commit 525de8b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion spec/academic_commons/metrics/usage_statistics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
RSpec.describe AcademicCommons::Metrics::UsageStatistics do
let(:uni) { 'abc123' }
let(:degree_level) { 'Doctoral' }
let(:library_partner) { 'Columbia Journal of Law and the Arts' }
let(:item_identifier) { '10.7916/ALICE' }
let(:item_fedora_pid) { 'actest:1' }
let(:other_item_identifier) { '10.7916/TESTDOC5' }
Expand Down
1 change: 0 additions & 1 deletion spec/api/v1/record_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
'degree_level' => 'Doctoral',
'degree_name' => 'Ph.D.',
'department' => ['Bucolic Literary Society.'],
'library_partner' => 'Columbia Journal of Law and the Arts',
'embargo_end' => nil,
'id' => '10.7916/ALICE',
'language' => ['English'],
Expand Down
3 changes: 0 additions & 3 deletions spec/fixtures/desc_metadata/to_solr.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@
"use_and_reproduction_label_ssim": [
"In Copyright"
],
"parent_journal_ssi": [
"Columbia Journal of Law and the Arts"
],
"related_items_ss": "[{\"relation_type\":\"isVersionOf\",\"title\":\"Alice's adventures in wonderland \\u0026 through the looking-glass\",\"identifier\":{\"type\":\"isbn\",\"value\":\"9780062936639\"}}]",
"suggest": [
"Alice's Adventures in Wonderland",
Expand Down
24 changes: 0 additions & 24 deletions spec/fixtures/fedora_objs/mods.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,30 +66,6 @@
<mods:topic>Bildungsromans</mods:topic>
</mods:subject>

<mods:relatedItem type="host">
<mods:titleInfo>
<mods:title>Columbia Journal of Law and the Arts</title>
</mods:titleInfo>

<mods:part>
<mods:detail type="volume">
<mods:number>44</mods:number>
</mods:detail>
<mods:detail type="issue">
<mods:number>4</mods:number>
</mods:detail>
<mods:extent unit="page">
<mods:start>581</mods:start>
<mods:end>605</mods:end>
</mods:extent>
<date>2021</date>
</mods:part>

<mods:identifier type="uri">https://journals.library.columbia.edu/index.php/lawandarts/article/view/8197</mods:identifier>
<mods:identifier type="doi">10.52214/jla.v44i4.8197</mods:identifier>
<mods:identifier type="issn">0123-4567</mods:identifier>
</mods:relatedItem>

<mods:relatedItem type="host">
<mods:titleInfo>
<mods:title>Project Gutenberg</mods:title>
Expand Down

0 comments on commit 525de8b

Please sign in to comment.