Skip to content

Commit 77f3691

Browse files
committed
Switch to non-metadata
1 parent f3f2f9a commit 77f3691

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/testthat/test-smk-ds.metadata.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ test_that("column metadata", {
7373
if (ds.test_env$driver == "ArmadilloDriver") {
7474
expect_true(all(class(res) %in% c('list')))
7575
expect_length(res, 3)
76-
expect_length(res$sim1, 7)
77-
expect_length(res$sim2, 7)
78-
expect_length(res$sim3, 7)
76+
expect_length(res$sim1, 0)
77+
expect_length(res$sim2, 0)
78+
expect_length(res$sim3, 0)
7979
} else if (ds.test_env$driver == "OpalDriver") {
8080
expect_length(res$sim1, 6)
8181
expect_true(all(class(res$sim1) %in% c('list')))

0 commit comments

Comments
 (0)