Skip to content

Commit 772a2e3

Browse files
committed
#390 fix tests
1 parent a531193 commit 772a2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test_config_metadata_gsheets_metadataeditr.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ test_that("init",{
1818
expect_equal(length(CFG$getContacts()), 4L)
1919
expect_equal(length(CFG$metadata$content$entities), 1L)
2020
expect_equal(length(CFG$getEntities()), 1L)
21-
expect_equal(length(CFG$actions), 0L)
21+
expect_equal(length(CFG$actions), 1L)
2222
expect_equal(length(CFG$software), 2L)
2323
expect_equal(names(CFG$software), c("input", "output"))
2424
expect_equal(length(CFG$software$input), 0L)
25-
expect_equal(length(CFG$software$output), 0L)
25+
expect_equal(length(CFG$software$output), 2L)
2626
})
2727

2828
#debug

0 commit comments

Comments
 (0)