Skip to content

Commit ce4548e

Browse files
one more
1 parent 53e8171 commit ce4548e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-survival_cov_adj.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ test_that("h_strat_derived_outcome_vals works with multiple strata", {
6666
expect_data_frame(result, nrow = nrow(surv_data_full))
6767
expect_names(
6868
names(result),
69-
identical.to = c("index", "treatment", "time", "status", "O_hat", "age", "ph.karno", ".stratum")
69+
identical.to = c("index", "treatment", "time", "status", "O_hat", "age", "ph.karno", "ecog", ".stratum")
7070
)
7171
expect_identical(
7272
as.integer(table(result$.stratum)),

0 commit comments

Comments
 (0)