Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Oct 15, 2024
1 parent 30b0f8f commit 86ef6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_TuningInstanceBatchSingleCrit.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_that("TuningInstanceBatchSingleCrit", {
expect_data_table(a, nrows = 4L)
a = as.data.table(inst$archive)
expect_data_table(a, nrows = 4L)
expect_true("x_domain_cp" %in% colnames(a))
expect_true("x_domain" %in% colnames(a))
expect_true("dummy.cp.classif" %in% colnames(a))
})

Expand Down

0 comments on commit 86ef6d0

Please sign in to comment.