Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jun 15, 2023
1 parent 69c221e commit 109fe71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-crew_launcher_cluster.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_that("SGE subclass mock job creates a tempdir() job script", {
sge_cores = 2L,
sge_gpu = 1L
)
x$start()
x$start(sockets = "my_socket")
expect_null(x$prefix)
handle <- x$launch_worker(
call = x$call(
Expand Down Expand Up @@ -93,7 +93,7 @@ test_that("SGE subclass mock job creates a custom job script", {
sge_cores = 2L,
sge_gpu = 1L
)
x$start()
x$start(sockets = "my_socket")
expect_null(x$prefix)
handle <- x$launch_worker(
call = x$call(
Expand Down

0 comments on commit 109fe71

Please sign in to comment.