Closed jmartin-sul closed 1 year ago
make the couple agreed upon touchups from https://github.com/sul-dlss/cocina-models/pull/640#issuecomment-1790929840
existing unit tests (language_tag_validator_spec.rb already confirms that languageTag can be omitted from Cocina::Models::File and Cocina::Models::RequestFile properties).
language_tag_validator_spec.rb
languageTag
Cocina::Models::File
Cocina::Models::RequestFile
Why was this change made? 🤔
make the couple agreed upon touchups from https://github.com/sul-dlss/cocina-models/pull/640#issuecomment-1790929840
How was this change tested? 🤨
existing unit tests (
language_tag_validator_spec.rb
already confirms thatlanguageTag
can be omitted fromCocina::Models::File
andCocina::Models::RequestFile
properties).