Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
stitching-coder committed May 27, 2024
1 parent 2b0c7ed commit d412cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/spec/model_spreadsheet_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

describe 'Spreadsheet Builder model' do
let(:dates) { [build(:json_date)] }
let(:notes) { [build(:json_note_singlepart), build(:json_note_multipart)] }
let(:notes) { [build(:json_note_singlepart), build(:json_note_multipart), build(:json_note_langmaterial)] }
let(:extents) { [build(:json_extent, {:portion => generate(:portion)})] }
let(:accession) { create(:json_accession) }
let(:lang_materials) { [build(:json_lang_material_with_note)] }
let(:lang_materials) { [build(:json_lang_material)] }
let(:resource) { create(:json_resource,
:extents => extents,
:dates => dates,
Expand Down

0 comments on commit d412cab

Please sign in to comment.