Skip to content

Commit

Permalink
Update test-get_xml_doc_example.R
Browse files Browse the repository at this point in the history
  • Loading branch information
GinerM committed Jun 20, 2023
1 parent 5297f33 commit 20db104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-get_xml_doc_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ usm_doc <- SticsRFiles:::get_xml_doc_example("usms.xml")
test_that("get example doc", {
expect_equal(usm_doc@name,"usms.xml")
expect_error(SticsRFiles:::get_xml_doc_example("usm.xml"))
expect_equal(length(unlist(SticsRFiles:::get_xml_doc_example())),8)
})

0 comments on commit 20db104

Please sign in to comment.