Skip to content

Commit

Permalink
#390 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 11, 2024
1 parent 10c792f commit a531193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test_config_metadata_gsheets_metadataeditr.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ test_that("init",{
expect_equal(names(CFG$metadata$content), c("contacts", "entities"))
expect_equal(length(CFG$metadata$content$contacts), 4L)
expect_equal(length(CFG$getContacts()), 4L)
expect_equal(length(CFG$metadata$content$entities), 2L)
expect_equal(length(CFG$getEntities()), 2L)
expect_equal(length(CFG$metadata$content$entities), 1L)
expect_equal(length(CFG$getEntities()), 1L)
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 a531193

Please sign in to comment.