Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hfrick committed Sep 20, 2024
1 parent a8b4d8e commit e9d1440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/make_strata.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
check_strata("surv", df)
Condition
Error:
! `strata` cannot be a <Surv> object.
! strata cannot be a <Surv> object.
i Use the time or event variable directly.

2 changes: 1 addition & 1 deletion tests/testthat/_snaps/vfold.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
vfold_cv(dat, strata = b)
Condition
Error in `vfold_cv()`:
! `strata` cannot be a <Surv> object.
! strata cannot be a <Surv> object.
i Use the time or event variable directly.

# bad args
Expand Down

0 comments on commit e9d1440

Please sign in to comment.