Skip to content

Commit

Permalink
Fix loading outdated FileSet causing flakiness
Browse files Browse the repository at this point in the history
Fixed at Samvera Conenct 2023!

Co-authored-by: Brad Watson <[email protected]>
Co-authored-by: tamsin woo <[email protected]>
Co-authored-by: Adam Ploshay <[email protected]>
Co-authored-by: Chris Bartos <[email protected]>
Co-authored-by: Jen Whitney <[email protected]>
  • Loading branch information
6 people committed Oct 23, 2023
1 parent 3dd8134 commit a0e07d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/wings/model_transformer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Book < Hyrax::Resource
end

context 'with files and derivatives in fileset' do
let(:file_set) { Hydra::Works::FileSet.new }
let(:file_set) { FileSet.new }
let(:original_file) { File.open(File.join(fixture_path, 'world.png')) }
let(:thumbnail_file) { File.open(File.join(fixture_path, 'image.jpg')) }
let(:extracted_text_file) { File.open(File.join(fixture_path, 'updated-file.txt')) }
Expand Down

0 comments on commit a0e07d9

Please sign in to comment.