We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 097289f commit b1b5b8fCopy full SHA for b1b5b8f
1 file changed
tests/testthat/test_clinical.R
@@ -14,6 +14,8 @@ test_that("clinical data is structured properly", {
14
)
15
16
17
+ ## exposures has no rows
18
+ clinical_data <- clinical_data[names(clinical_data) != "exposures"]
19
expect_true(
20
all(
21
vapply(clinical_data, nrow, integer(1L)) >= sizen
0 commit comments