Skip to content

Commit

Permalink
Add time info to metadata-date spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kentsanggds committed Dec 11, 2023
1 parent 9f422d8 commit 9992698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/ckan_v26_package.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
add_attribute("harvest_object_id") { SecureRandom.uuid }
add_attribute("harvest_source_reference") { SecureRandom.uuid }
add_attribute("import_source") { "harvest" }
add_attribute("metadata-date") { "2018-06-05" }
add_attribute("metadata-date") { "2018-06-05T11:00:00" }
add_attribute("metadata-language") { "eng" }
add_attribute("provider") { "" }
add_attribute("resource-type") { "dataset" }
Expand Down

0 comments on commit 9992698

Please sign in to comment.