Skip to content

Commit 6919c25

Browse files
committed
tests: update rush plan worker type to "mirai"
1 parent 92239bc commit 6919c25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/testthat/test_ObjectiveFSelectAsync.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ test_that("fast aggregation works", {
103103
config = redis_configuration()
104104
on.exit(mirai::daemons(0))
105105
mirai::daemons(1, seed = 123, dispatcher = FALSE)
106-
rush::rush_plan(n_workers = 1, worker_type = "remote")
106+
rush::rush_plan(n_workers = 1, worker_type = "mirai")
107107
rush = rush::rsh(config = config)
108108

109109
with_seed(123, {
@@ -141,7 +141,7 @@ test_that("fast aggregation works", {
141141
config = redis_configuration()
142142
on.exit(mirai::daemons(0))
143143
mirai::daemons(1, seed = 123, dispatcher = FALSE)
144-
rush::rush_plan(n_workers = 1, worker_type = "remote")
144+
rush::rush_plan(n_workers = 1, worker_type = "mirai")
145145
rush2 = rush::rsh(config = config)
146146

147147
with_seed(123, {

0 commit comments

Comments
 (0)