Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 8, 2024
1 parent 328f21c commit f0850a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_config_metadata_csw.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ if(T){
expect_is(CFG$metadata$content, "list")
expect_equal(length(CFG$metadata$content), 1L)
expect_equal(names(CFG$metadata$content), c("entities"))
expect_equal(length(CFG$metadata$content$entities), 7L)
expect_equal(length(CFG$getEntities()), 7L)
expect_equal(length(CFG$metadata$content$entities), 10L)
expect_equal(length(CFG$getEntities()), 10L)
expect_equal(length(CFG$actions), 0L)
expect_equal(length(CFG$software), 2L)
expect_equal(names(CFG$software), c("input", "output"))
Expand Down

0 comments on commit f0850a6

Please sign in to comment.