Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Coble committed May 19, 2015
1 parent c02895e commit e153e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/scripts/batch_fixity_check_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module Scripts
end
describe "the report" do
let(:csv) { CSV.read(report.path, headers: true) }
let(:datastreams_with_content) { ["DC", "RELS-EXT", "descMetadata", "content", "thumbnail", "multiresImage", "adminMetadata", "structMetadata"] }
let(:datastreams_with_content) { ["DC", "RELS-EXT", "descMetadata", "content", "thumbnail", "adminMetadata", "structMetadata"] }
before do
@objects = FactoryGirl.create_list(:component, 5)
bfc.execute
Expand Down

0 comments on commit e153e19

Please sign in to comment.