Skip to content

Commit 7bba4f1

Browse files
committed
push back a month
1 parent 27df158 commit 7bba4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-decision_tree.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ test_that('rpart_train is stop-deprecated when it ought to be (#1044)', {
3030

3131
# once this test fails, transition `rpart_train()` to `deprecate_stop()`
3232
# and transition this test to fail if `rpart_train()` still exists after a year.
33-
if (Sys.Date() > "2025-01-01") {
33+
if (Sys.Date() > "2025-02-01") {
3434
expect_snapshot(error = TRUE, rpart_train(mpg ~ ., mtcars))
3535
}
3636
})

0 commit comments

Comments
 (0)