Skip to content

Commit

Permalink
compatibility: mlr3 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 24, 2024
1 parent 1dcc053 commit 703935b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-TaskClassifST.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ test_that("printing works", {

test_that("Supplying a non-spatio temporal task gives descriptive error message", {
expect_error(
rsmp("spcv_coords")$instantiate(tsk("boston_housing")),
rsmp("spcv_coords")$instantiate(tsk("mtcars")),
"Must inherit from class 'TaskClassifST' or 'TaskRegrST'."
) # nolint
})
Expand Down

0 comments on commit 703935b

Please sign in to comment.