Skip to content

Commit ad2ba34

Browse files
committed
adjust to row dim changes in clinical data
1 parent b90f2c6 commit ad2ba34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test_clinical.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ test_that("clinical data is structured properly", {
1717
expect_identical(
1818
vapply(clinical_data, nrow, integer(1L)),
1919
c(
20-
demographic = 3L, diagnoses = 2L, exposures = 0L,
21-
follow_ups = 0L, main = 3L
20+
demographic = 3L, diagnoses = 3L, exposures = 3L,
21+
follow_ups = 5L, main = 3L
2222
)
2323
)
2424
expect_true(

0 commit comments

Comments
 (0)