We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90f2c6 commit ad2ba34Copy full SHA for ad2ba34
1 file changed
tests/testthat/test_clinical.R
@@ -17,8 +17,8 @@ test_that("clinical data is structured properly", {
17
expect_identical(
18
vapply(clinical_data, nrow, integer(1L)),
19
c(
20
- demographic = 3L, diagnoses = 2L, exposures = 0L,
21
- follow_ups = 0L, main = 3L
+ demographic = 3L, diagnoses = 3L, exposures = 3L,
+ follow_ups = 5L, main = 3L
22
)
23
24
expect_true(
0 commit comments