Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravShah committed Nov 6, 2017
1 parent 93ce5cf commit 08aa4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit_tests/moab/storage_object_validator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
expect(verification_array[0]).to eq(Moab::StorageObjectValidator::VERSION_DIR_BAD_FORMAT => "Version directory name not in 'v00xx' format")
end
it "incorrect items in path" do
druid = 'aa000aa0000'
druid = 'bb000bb0000'
druid_path = 'spec/fixtures/bad_root01/bad_moab_storage_trunk/bb/000/bb/0000/bb000bb0000'
storage_obj = Moab::StorageObject.new(druid, druid_path)
storage_obj_validator = described_class.new(storage_obj)
Expand Down

0 comments on commit 08aa4e7

Please sign in to comment.