Skip to content

Commit 8dc16e0

Browse files
topepohfrick
andauthored
Apply suggestions from code review
Co-authored-by: Hannah Frick <hfrick@users.noreply.github.com>
1 parent 039d511 commit 8dc16e0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/testthat/test-decision_tree.R

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ test_that('bad input', {
2525
)
2626
})
2727

28-
test_that('rpart_train is stop-deprecated when it ought to be (#1044)', {
29-
skip_on_cran()
30-
31-
# once this test fails, transition `rpart_train()` to `deprecate_stop()`
32-
# and transition this test to fail if `rpart_train()` still exists after a year.
33-
if (Sys.Date() > "2025-02-01") {
34-
expect_snapshot(error = TRUE, rpart_train(mpg ~ ., mtcars))
35-
}
36-
})
37-
3828
# ------------------------------------------------------------------------------
3929

4030
test_that('argument checks for data dimensions', {

0 commit comments

Comments
 (0)