Skip to content

Commit

Permalink
update old test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 11, 2023
1 parent beecc2e commit ee9ec6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/hpc/test-clustermq_sge.R
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit ee9ec6f

Please sign in to comment.