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 e648023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/spec/model_spreadsheet_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
let(:notes) { [build(:json_note_singlepart), build(:json_note_multipart)] }
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 e648023

Please sign in to comment.