Skip to content

Commit

Permalink
Rspec fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
symmetrically committed Jun 12, 2023
1 parent d2806f0 commit 0c3fd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/subject_exporter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
article_a.collection = collection
article_b.collection = collection

subjects = SubjectExporter::Exporter.new(collection)
subjects = SubjectExporter::Exporter.new(collection, [work_1])
export = subjects.export
expect(export).to include('Work_Title')
expect(export).to include('Identifier')
Expand Down

0 comments on commit 0c3fd5d

Please sign in to comment.