Skip to content

Commit f7fff3e

Browse files
committed
test: unexpected end of input
1 parent a3ab2a3 commit f7fff3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/testthat/test_mlr_fselectors.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test_that("read-only bindings of a fselector raise a structured error", {
2828
expect_error(fselector$label <- "other", class = "Mlr3ErrorInput")
2929
expect_error(fselector$man <- "other", class = "Mlr3ErrorInput")
3030
})
31-
31+
3232
test_that("reloading the package does not duplicate reflections", {
3333
bbotk_reflections = utils::getFromNamespace("bbotk_reflections", ns = "bbotk")
3434
mlr_reflections = utils::getFromNamespace("mlr_reflections", ns = "mlr3")
@@ -40,4 +40,5 @@ test_that("reloading the package does not duplicate reflections", {
4040
expect_equal(sum(mlr_reflections$loaded_packages == "mlr3fselect"), 1L)
4141
walk(mlr_reflections$task_col_roles, function(col_roles) {
4242
expect_equal(sum(col_roles == "always_included"), 1L)
43+
})
4344
})

0 commit comments

Comments
 (0)