Skip to content

Commit

Permalink
#390 fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 11, 2024
1 parent a531193 commit 772a2e3
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 @@ -18,11 +18,11 @@ test_that("init",{
expect_equal(length(CFG$getContacts()), 4L)
expect_equal(length(CFG$metadata$content$entities), 1L)
expect_equal(length(CFG$getEntities()), 1L)
expect_equal(length(CFG$actions), 0L)
expect_equal(length(CFG$actions), 1L)
expect_equal(length(CFG$software), 2L)
expect_equal(names(CFG$software), c("input", "output"))
expect_equal(length(CFG$software$input), 0L)
expect_equal(length(CFG$software$output), 0L)
expect_equal(length(CFG$software$output), 2L)
})

#debug
Expand Down

0 comments on commit 772a2e3

Please sign in to comment.