Skip to content

Commit 4ead0e6

Browse files
committed
tests: warnings
1 parent 3c99fb5 commit 4ead0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test_FSelectorShadowVariableSearch.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ test_that("search is terminated by terminator works", {
6161
expect_equal(instance$search_space, domain)
6262
expect_equal(instance$objective$domain, domain)
6363
# check that task is restored
64-
expect_equal(instance$objective$task, task)
64+
suppressWarnings(expect_equal(instance$objective$task, task))
6565
})

0 commit comments

Comments
 (0)