Skip to content

Commit 29e64e9

Browse files
committed
Use example EML 2.2.0 doc in create_dummy_metadata
Fixes #180 Before this change, create_dummy_metadata and create_dummy_package were creating EML 2.2.0 Objects but passing EML 2.1.1.
1 parent 6fa0886 commit 29e64e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/helpers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ create_dummy_metadata <- function(mn, data_pids = NULL) {
3131

3232
# Copy the original EML file to a temporary place
3333
original_file <- file.path(system.file(package = "arcticdatautils"),
34-
"example-eml.xml")
34+
"example-eml-220.xml")
3535
metadata_file <- tempfile()
3636
file.copy(original_file, metadata_file)
3737

0 commit comments

Comments
 (0)