From ee9ec6ffbc7cccea47dc74b5cd1a3727fa92a57a Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Mon, 11 Sep 2023 13:17:54 -0400 Subject: [PATCH] update old test --- tests/hpc/test-clustermq_sge.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/hpc/test-clustermq_sge.R b/tests/hpc/test-clustermq_sge.R index a1cd6ad0d..13658953d 100644 --- a/tests/hpc/test-clustermq_sge.R +++ b/tests/hpc/test-clustermq_sge.R @@ -282,7 +282,9 @@ test_that("2 cores (unstructured resources)", { clustermq.scheduler = "sge", clustermq.template = "sge_clustermq.tmpl" ) - resources <- list(cores = 2) + resources <- tar_resources( + clustermq = tar_resources_clustermq(template = list(cores = 2)) + ) suppressWarnings(tar_option_set(resources = resources)) suppressWarnings( tar_target(x, {